mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Make zoom slider slightly bigger to prevent the percentage from overlapping with the buttons
This commit is contained in:
parent
7b115bae41
commit
0b96e3aa6f
|
@ -72,7 +72,7 @@ snap_step = 45.0
|
||||||
|
|
||||||
[node name="ZoomSlider" type="TextureProgressBar" parent="MarginContainer/HBoxContainer/TopLabels"]
|
[node name="ZoomSlider" type="TextureProgressBar" parent="MarginContainer/HBoxContainer/TopLabels"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
custom_minimum_size = Vector2(70, 20)
|
custom_minimum_size = Vector2(90, 20)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
focus_mode = 2
|
focus_mode = 2
|
||||||
|
|
Loading…
Reference in a new issue