Skip to content

Commit

Permalink
refs #264: Padding for Sierra dialog panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickgrinder committed Sep 4, 2024
1 parent bb2b9aa commit d7c0fde
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
[gd_scene load_steps=5 format=3 uid="uid://33wmak2jumqm"]
[gd_scene load_steps=6 format=3 uid="uid://33wmak2jumqm"]

[ext_resource type="Script" path="res://addons/popochiu/engine/objects/gui/components/dialog_text/dialog_portrait/dialog_portrait.gd" id="1_ejue5"]
[ext_resource type="Theme" uid="uid://dpequqav4rjaf" path="res://addons/popochiu/engine/objects/gui/resources/base_gui_theme.tres" id="1_x1xka"]
[ext_resource type="Texture2D" uid="uid://h156lkhxk5tl" path="res://addons/popochiu/engine/objects/gui/components/dialog_text/images/ico_continue.png" id="4_lqu2o"]

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8fbbc"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mjjs7"]
content_margin_left = 4.0
content_margin_top = 2.0
content_margin_right = 4.0
content_margin_bottom = 2.0
bg_color = Color(0, 0, 0, 0.705882)

[node name="DialogPortrait" type="Control" groups=["popochiu_gui_component"]]
layout_mode = 3
anchors_preset = 15
Expand Down Expand Up @@ -52,6 +59,7 @@ stretch_mode = 3
layout_mode = 2
size_flags_horizontal = 3
mouse_filter = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_mjjs7")

[node name="RichTextLabel" type="RichTextLabel" parent="PanelContainer/HBoxContainer/TextContainer"]
unique_name_in_owner = true
Expand Down

0 comments on commit d7c0fde

Please sign in to comment.