mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Tweak SettingsMenu and AssetViewer MainMenu
This commit is contained in:
@@ -20,9 +20,6 @@ class IMICFPS
|
|||||||
|
|
||||||
flow(width: 1.0, height: 1.0) do
|
flow(width: 1.0, height: 1.0) do
|
||||||
stack(width: 0.25, height: 1.0) do
|
stack(width: 0.25, height: 1.0) do
|
||||||
button "Refresh" do
|
|
||||||
request_recalculate
|
|
||||||
end
|
|
||||||
button "Back", margin_bottom: 25 do
|
button "Back", margin_bottom: 25 do
|
||||||
pop_state
|
pop_state
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -66,9 +66,7 @@ class IMICFPS
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
label ""
|
check_box "Fullscreen", padding_top: 25, padding_top: 25
|
||||||
check_box "Fullscreen"
|
|
||||||
label ""
|
|
||||||
|
|
||||||
flow do
|
flow do
|
||||||
stack do
|
stack do
|
||||||
|
|||||||
Reference in New Issue
Block a user