mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-21 21:13:14 +00:00
Minor UI change for the canvas zoom and rotation sliders
This commit is contained in:
parent
3052d2756e
commit
018673690c
1 changed files with 9 additions and 4 deletions
|
@ -80,10 +80,12 @@ custom_constants/separation = 20
|
||||||
|
|
||||||
[node name="RotationSlider" type="TextureProgress" parent="TopLabels"]
|
[node name="RotationSlider" type="TextureProgress" parent="TopLabels"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
margin_top = 4.0
|
||||||
margin_right = 70.0
|
margin_right = 70.0
|
||||||
margin_bottom = 28.0
|
margin_bottom = 24.0
|
||||||
rect_min_size = Vector2( 70, 0 )
|
rect_min_size = Vector2( 70, 20 )
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
|
size_flags_vertical = 4
|
||||||
theme_type_variation = "ValueSlider"
|
theme_type_variation = "ValueSlider"
|
||||||
min_value = -180.0
|
min_value = -180.0
|
||||||
max_value = 180.0
|
max_value = 180.0
|
||||||
|
@ -101,13 +103,16 @@ suffix = "°"
|
||||||
[node name="ZoomSlider" type="TextureProgress" parent="TopLabels"]
|
[node name="ZoomSlider" type="TextureProgress" parent="TopLabels"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
margin_left = 90.0
|
margin_left = 90.0
|
||||||
|
margin_top = 4.0
|
||||||
margin_right = 160.0
|
margin_right = 160.0
|
||||||
margin_bottom = 28.0
|
margin_bottom = 24.0
|
||||||
rect_min_size = Vector2( 70, 0 )
|
rect_min_size = Vector2( 70, 20 )
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
|
size_flags_vertical = 4
|
||||||
theme_type_variation = "ValueSlider"
|
theme_type_variation = "ValueSlider"
|
||||||
min_value = 50.0
|
min_value = 50.0
|
||||||
max_value = 2000.0
|
max_value = 2000.0
|
||||||
|
value = 50.0
|
||||||
allow_greater = true
|
allow_greater = true
|
||||||
allow_lesser = true
|
allow_lesser = true
|
||||||
nine_patch_stretch = true
|
nine_patch_stretch = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue