Help window Closing button fixed

Former-commit-id: 75c539985527e38b13bf7aa382d3b9491ef19fed
This commit is contained in:
Pfauenauge90 2019-04-17 22:46:43 +02:00
parent 2e671899e0
commit 1ea7b5031d

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()
{