From 8c35f06ed705aae1a90071c0cd2a6a09c43efd1b Mon Sep 17 00:00:00 2001 From: Pfauenauge Date: Wed, 1 May 2019 23:20:31 +0200 Subject: [PATCH] Controls Window Contents Former-commit-id: f11a9b4da250ba9bd095220efc9e8fc97d32c983 --- voxygen/src/hud/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index a7a99bbf9f..4a71e0eae7 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -1008,10 +1008,10 @@ impl Hud { // X-button if Button::image(self.imgs.close_button) - .w_h(4.0 * 4.0, 4.0 * 4.0) + .w_h(28.0, 28.0) .hover_image(self.imgs.close_button_hover) .press_image(self.imgs.close_button_press) - .top_right_with_margins_on(self.ids.bag_contents, 4.5, 4.5) + .top_right_with_margins_on(self.ids.bag_contents, 0.0, 0.0) .set(self.ids.bag_close, ui_widgets) .was_clicked() {