small fixes
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 106 KiB |
@ -263,8 +263,6 @@ image_ids! {
|
||||
|
||||
help:"voxygen.element.help",
|
||||
|
||||
charwindow_gradient:"voxygen.element.misc_bg.charwindow",
|
||||
|
||||
death_bg: "voxygen.background.death",
|
||||
hurt_bg: "voxygen.background.hurt",
|
||||
|
||||
|
@ -459,7 +459,7 @@ impl MainMenuUi {
|
||||
};
|
||||
}
|
||||
// Info Window
|
||||
Rectangle::fill_with([550.0, 400.0], color::BLACK)
|
||||
Rectangle::fill_with([550.0, 250.0], color::BLACK)
|
||||
.top_left_with_margins_on(ui_widgets.window, 40.0, 40.0)
|
||||
.color(Color::Rgba(0.0, 0.0, 0.0, 0.95))
|
||||
.set(self.ids.info_frame, ui_widgets);
|
||||
|