small fixes

This commit is contained in:
Pfauenauge90 2020-03-16 20:50:01 +01:00
parent f88b848238
commit d5826984d3
12 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

View File

@ -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",

View File

@ -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);