1
0
Fork 0

Fix the 9-slice of the window content panel

This commit is contained in:
under 2024-03-20 11:46:36 -07:00
parent 845a09a62b
commit 64a311a253
1 changed files with 9 additions and 5 deletions

View File

@ -96,11 +96,15 @@ func _on_pressed():
bg_color = Color(0.831373, 0.815686, 0.784314, 1) bg_color = Color(0.831373, 0.815686, 0.784314, 1)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_eejdr"] [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_eejdr"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
texture = ExtResource("8_lxvf8") texture = ExtResource("8_lxvf8")
texture_margin_left = 2.0 texture_margin_left = 3.0
texture_margin_top = 2.0 texture_margin_top = 3.0
texture_margin_right = 2.0 texture_margin_right = 3.0
texture_margin_bottom = 2.0 texture_margin_bottom = 3.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_sn8k8"] [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_sn8k8"]
texture = ExtResource("8_lxvf8") texture = ExtResource("8_lxvf8")
@ -113,7 +117,7 @@ texture_margin_bottom = 3.0
layout_mode = 3 layout_mode = 3
anchors_preset = 0 anchors_preset = 0
offset_right = 161.0 offset_right = 161.0
offset_bottom = 135.0 offset_bottom = 137.0
size_flags_vertical = 3 size_flags_vertical = 3
theme = ExtResource("1_clavd") theme = ExtResource("1_clavd")
script = ExtResource("1_1566a") script = ExtResource("1_1566a")