diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
| commit | f20bd89dc4a7bf14a88b1effcaa1887b29314525 (patch) | |
| tree | d114787f68efd2a7d61d95fa9c84e8e5d69a7c11 /Assets/Styles | |
| parent | 1b477b62f8be8c546a35dbd1d2688ebf623c496f (diff) | |
| download | texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.tar.xz texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.zip | |
gui: split GUI into Terminal components
Diffstat (limited to 'Assets/Styles')
| -rw-r--r-- | Assets/Styles/DefaultFlatPanel.tres | 4 | ||||
| -rw-r--r-- | Assets/Styles/DefaultInvertedFlatPanel.tres | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Assets/Styles/DefaultFlatPanel.tres b/Assets/Styles/DefaultFlatPanel.tres index 0e6999b..3186dbe 100644 --- a/Assets/Styles/DefaultFlatPanel.tres +++ b/Assets/Styles/DefaultFlatPanel.tres @@ -1,8 +1,4 @@ [gd_resource type="StyleBoxFlat" format=2] [resource] -content_margin_left = 8.0 -content_margin_right = 8.0 -content_margin_top = 2.0 -content_margin_bottom = 2.0 bg_color = Color( 0, 0, 0, 1 ) diff --git a/Assets/Styles/DefaultInvertedFlatPanel.tres b/Assets/Styles/DefaultInvertedFlatPanel.tres index 4150cb5..16f668c 100644 --- a/Assets/Styles/DefaultInvertedFlatPanel.tres +++ b/Assets/Styles/DefaultInvertedFlatPanel.tres @@ -1,8 +1,4 @@ [gd_resource type="StyleBoxFlat" format=2] [resource] -content_margin_left = 8.0 -content_margin_right = 8.0 -content_margin_top = 2.0 -content_margin_bottom = 2.0 bg_color = Color( 0, 0.956863, 0, 1 ) |
