Help window Closing button fixed

Former-commit-id: 6b57d04e52d25b3268b45abdf6603f197d442698
This commit is contained in:
Pfauenauge90 2019-04-17 22:46:43 +02:00
parent 3959353cc9
commit c8e60a4c75

View File

@ -552,7 +552,7 @@ impl Hud {
.w_h(244.0 * 0.22 / 3.0, 244.0 * 0.22 / 3.0)
.hover_image(self.imgs.close_button_hover)
.press_image(self.imgs.close_button_press)
.top_right_with_margins_on(self.ids.help_bg, 8.0, 4.0)
.top_right_with_margins_on(self.ids.help_bg, 8.0, 3.0)
.set(self.ids.button_help2, ui_widgets)
.was_clicked()
{