mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
settings window
Former-commit-id: b85c0f656c331195bd9c35f57a2609cd4f34f3fa
This commit is contained in:
parent
1a12bc91a1
commit
85bdff364d
@ -1094,7 +1094,7 @@ impl Hud {
|
||||
>>>>>>> Map Window, Settings Window
|
||||
=======
|
||||
// Content Alignment
|
||||
Rectangle::fill_with([189.0*4.0, 97.0*4.0], color::TRANSPARENT)
|
||||
Rectangle::fill_with([198.0*4.0, 97.0*4.0], color::TRANSPARENT)
|
||||
.top_right_with_margins_on(self.ids.settings_r, 21.0*4.0, 4.0*4.0)
|
||||
.scroll_kids()
|
||||
.scroll_kids_vertically()
|
||||
@ -1129,8 +1129,12 @@ impl Hud {
|
||||
//.w_h(224.0 / 3.0, 224.0 / 3.0)
|
||||
//.top_left_with_margins_on(self.ids.settings_bg, -10.0, -10.0)
|
||||
//.set(self.ids.settings_icon, ui_widgets);
|
||||
<<<<<<< HEAD
|
||||
>>>>>>> Map Window, Settings Window
|
||||
// TODO: Find out if we can remove this
|
||||
=======
|
||||
// TODO: Find out if we can remove this
|
||||
>>>>>>> settings window
|
||||
|
||||
// 1 Interface////////////////////////////
|
||||
if Button::image(if let SettingsTab::Interface = self.settings_tab {
|
||||
|
Loading…
Reference in New Issue
Block a user