mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Tweak menus a bit, add proper single player menu, made back link have some margin from above links
This commit is contained in:
@@ -11,12 +11,12 @@ class IMICFPS
|
||||
title "Profile"
|
||||
|
||||
flow width: 1.0 do
|
||||
link I18n.t("menus.back"), width: 0.32 do
|
||||
link I18n.t("menus.back"), width: 0.333 do
|
||||
pop_state
|
||||
end
|
||||
|
||||
button "Edit Profile", width: 0.32
|
||||
button "Log Out", width: 0.32
|
||||
button "Edit Profile", width: 0.333
|
||||
button "Log Out", width: 0.333
|
||||
end
|
||||
|
||||
flow(width: 1.0, padding: 4) do
|
||||
@@ -42,7 +42,7 @@ class IMICFPS
|
||||
end
|
||||
|
||||
stack margin_left: 16 do
|
||||
label "0.72"
|
||||
label "0.75"
|
||||
label "21"
|
||||
label "28"
|
||||
label "14"
|
||||
|
||||
Reference in New Issue
Block a user