small fixes

This commit is contained in:
Pfauenauge90 2020-03-16 20:50:01 +01:00
parent da91ce0640
commit 11e4289f28
12 changed files with 7 additions and 30 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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