diff --git a/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn b/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn index 3f0f55a8f..c031f4328 100644 --- a/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn +++ b/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn @@ -6,18 +6,11 @@ [node name="DropShadowDialog" instance=ExtResource("1")] title = "Drop Shadow" +size = Vector2i(360, 413) script = ExtResource("2") [node name="VBoxContainer" parent="." index="3"] -offset_bottom = 340.0 - -[node name="TextureRect" parent="VBoxContainer/ShowAnimate" index="0"] -anchor_right = 0.0 -anchor_bottom = 0.0 -offset_left = 0.0 -offset_top = 0.0 -offset_right = 0.0 -offset_bottom = 0.0 +offset_bottom = 364.0 [node name="TransparentChecker" parent="VBoxContainer/AspectRatioContainer/Preview" index="0"] anchor_right = 0.0 diff --git a/src/UI/Dialogs/ImageEffects/ImageEffectParent.tscn b/src/UI/Dialogs/ImageEffects/ImageEffectParent.tscn index f73483fd3..144a099ea 100644 --- a/src/UI/Dialogs/ImageEffects/ImageEffectParent.tscn +++ b/src/UI/Dialogs/ImageEffects/ImageEffectParent.tscn @@ -26,13 +26,12 @@ mouse_default_cursor_shape = 2 toggle_mode = true [node name="TextureRect" type="TextureRect" parent="VBoxContainer/ShowAnimate"] -layout_mode = 0 +layout_mode = 1 +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = 2.0 -offset_top = 2.0 -offset_right = -2.0 -offset_bottom = -2.0 +grow_horizontal = 2 +grow_vertical = 2 texture = ExtResource("4") expand_mode = 1 stretch_mode = 6