Change window titles in image effect dialogs

This commit is contained in:
OverloadedOrama 2020-08-04 19:10:50 +03:00
parent 6d23f95d07
commit 65828b328a
11 changed files with 128 additions and 121 deletions

View file

@ -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="."]

View file

@ -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__ = {

View file

@ -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

View file

@ -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 )

View file

@ -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__ = {

View file

@ -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="."]

View file

@ -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__ = {