diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
| commit | f3c50714834d2d5cb204625c63aaeffb50bef236 (patch) | |
| tree | 61e6a12a7568129fe609ebb4633a59c781984a62 /Scenes/OutputContainer.tscn | |
| parent | 05d29ccce1898ed89c0b650c77242c2fa2805128 (diff) | |
| download | texty-f3c50714834d2d5cb204625c63aaeffb50bef236.tar.xz texty-f3c50714834d2d5cb204625c63aaeffb50bef236.zip | |
gui: set up a global theme
Diffstat (limited to 'Scenes/OutputContainer.tscn')
| -rw-r--r-- | Scenes/OutputContainer.tscn | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Scenes/OutputContainer.tscn b/Scenes/OutputContainer.tscn index c058837..bc196b9 100644 --- a/Scenes/OutputContainer.tscn +++ b/Scenes/OutputContainer.tscn @@ -1,6 +1,5 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=2 format=2] -[ext_resource path="res://Assets/Styles/GUIBox.tres" type="StyleBox" id=2] [ext_resource path="res://Scripts/OutputContainer.cs" type="Script" id=3] [node name="OutputContainer" type="PanelContainer"] @@ -8,19 +7,21 @@ anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 -custom_styles/panel = ExtResource( 2 ) script = ExtResource( 3 ) +__meta__ = { +"_edit_group_": true +} [node name="ScrollContainer" type="ScrollContainer" parent="."] -margin_left = 8.0 -margin_top = 8.0 -margin_right = 1016.0 -margin_bottom = 592.0 +margin_left = 7.0 +margin_top = 7.0 +margin_right = 1017.0 +margin_bottom = 593.0 follow_focus = true scroll_horizontal_enabled = false [node name="OutputRows" type="VBoxContainer" parent="ScrollContainer"] -margin_right = 1008.0 -margin_bottom = 584.0 +margin_right = 1010.0 +margin_bottom = 586.0 size_flags_horizontal = 3 size_flags_vertical = 3 |
