From 506004b2a3feeb4352fa8adfd4c3914f872c30ed Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:23:46 +0300 Subject: [PATCH] Fix checker background not appearing in the drop shadow dialog --- src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn b/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn index c031f4328..18efccc1f 100644 --- a/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn +++ b/src/UI/Dialogs/ImageEffects/DropShadowDialog.tscn @@ -6,15 +6,17 @@ [node name="DropShadowDialog" instance=ExtResource("1")] title = "Drop Shadow" -size = Vector2i(360, 413) +size = Vector2i(362, 413) script = ExtResource("2") [node name="VBoxContainer" parent="." index="3"] offset_bottom = 364.0 [node name="TransparentChecker" parent="VBoxContainer/AspectRatioContainer/Preview" index="0"] -anchor_right = 0.0 -anchor_bottom = 0.0 +layout_mode = 1 +anchors_preset = 15 +grow_horizontal = 2 +grow_vertical = 2 [node name="ShadowOptions" type="GridContainer" parent="VBoxContainer" index="2"] layout_mode = 2