TopBar: emoji icons + tighter button sizing (less horizontal space)
This commit is contained in:
parent
53cb92041c
commit
296894ff7a
2 changed files with 19 additions and 11 deletions
|
|
@ -20,29 +20,33 @@ offset_bottom = 40.0
|
|||
|
||||
[node name="PauseBtn" type="Button" parent="Anchor/ButtonRow"]
|
||||
focus_mode = 0
|
||||
custom_minimum_size = Vector2(36, 40)
|
||||
text = "‖"
|
||||
|
||||
[node name="NormalBtn" type="Button" parent="Anchor/ButtonRow"]
|
||||
focus_mode = 0
|
||||
custom_minimum_size = Vector2(36, 40)
|
||||
text = "1×"
|
||||
|
||||
[node name="FastBtn" type="Button" parent="Anchor/ButtonRow"]
|
||||
focus_mode = 0
|
||||
custom_minimum_size = Vector2(36, 40)
|
||||
text = "5×"
|
||||
|
||||
[node name="UltraBtn" type="Button" parent="Anchor/ButtonRow"]
|
||||
focus_mode = 0
|
||||
custom_minimum_size = Vector2(36, 40)
|
||||
text = "12×"
|
||||
|
||||
[node name="SaveBtn" type="Button" parent="Anchor/ButtonRow"]
|
||||
focus_mode = 0
|
||||
custom_minimum_size = Vector2(48, 48)
|
||||
custom_minimum_size = Vector2(40, 40)
|
||||
text = "💾"
|
||||
|
||||
[node name="LoadBtn" type="Button" parent="Anchor/ButtonRow"]
|
||||
focus_mode = 0
|
||||
custom_minimum_size = Vector2(48, 48)
|
||||
text = "Load"
|
||||
custom_minimum_size = Vector2(40, 40)
|
||||
text = "📂"
|
||||
|
||||
[node name="ClockLabel" type="Label" parent="Anchor"]
|
||||
anchor_left = 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue