mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24:44 -04:00
Change window titles in image effect dialogs
This commit is contained in:
parent
6d23f95d07
commit
65828b328a
11 changed files with 128 additions and 121 deletions
|
@ -5,6 +5,7 @@
|
|||
[node name="FlipImageDialog" type="ConfirmationDialog"]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 70.0
|
||||
window_title = "Flip"
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
[node name="GradientDialog" type="ConfirmationDialog"]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 196.0
|
||||
window_title = "Gradient"
|
||||
resizable = true
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
[node name="OutlineDialog" type="ConfirmationDialog"]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 70.0
|
||||
window_title = "Outline"
|
||||
resizable = true
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
[node name="ResizeCanvas" type="ConfirmationDialog"]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 114.0
|
||||
window_title = "Resize Canvas"
|
||||
resizable = true
|
||||
script = ExtResource( 2 )
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
[node name="RotateImage" type="ConfirmationDialog"]
|
||||
margin_right = 245.0
|
||||
margin_bottom = 241.0
|
||||
window_title = "Rotate Image"
|
||||
resizable = true
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
margin_right = 200.0
|
||||
margin_bottom = 114.0
|
||||
rect_min_size = Vector2( 250, 87.5 )
|
||||
window_title = "Confirmá, por favor..."
|
||||
window_title = "Scale Image"
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
margin_right = 200.0
|
||||
margin_bottom = 228.0
|
||||
rect_min_size = Vector2( 400, 300 )
|
||||
window_title = "Shader"
|
||||
resizable = true
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue