mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Enable aspect ratio in scale image dialog by default
This commit is contained in:
parent
324fdc9fc8
commit
05d08c661f
|
@ -7,6 +7,7 @@
|
|||
|
||||
[node name="ScaleImage" type="ConfirmationDialog"]
|
||||
title = "Scale Image"
|
||||
size = Vector2i(206, 325)
|
||||
exclusive = false
|
||||
popup_window = true
|
||||
script = ExtResource("1")
|
||||
|
@ -14,8 +15,8 @@ script = ExtResource("1")
|
|||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
offset_left = 8.0
|
||||
offset_top = 8.0
|
||||
offset_right = 242.0
|
||||
offset_bottom = 218.0
|
||||
offset_right = 198.0
|
||||
offset_bottom = 276.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="ImageSize" type="Label" parent="VBoxContainer"]
|
||||
|
@ -87,6 +88,7 @@ offset_bottom = 7.0
|
|||
tooltip_text = "Lock aspect ratio"
|
||||
mouse_default_cursor_shape = 2
|
||||
toggle_mode = true
|
||||
button_pressed = true
|
||||
texture_normal = ExtResource("3")
|
||||
texture_pressed = ExtResource("4")
|
||||
|
||||
|
|
Loading…
Reference in a new issue