diff options
| author | dam <dam@gudinoff> | 2022-04-10 07:47:01 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-10 07:47:01 +0000 |
| commit | fd0fa8bebfdcd77177c58e68b8a742ab5a338f17 (patch) | |
| tree | 580048bc75eaf4b69c54956f7e6c0d2bcc80cf17 /themes/dark.tres | |
| parent | 8146ae8e43a26787159d5840bae876d79112bd44 (diff) | |
| download | surgery-log-fd0fa8bebfdcd77177c58e68b8a742ab5a338f17.tar.zst surgery-log-fd0fa8bebfdcd77177c58e68b8a742ab5a338f17.zip | |
Added content margin on option_set_list items.
Diffstat (limited to 'themes/dark.tres')
| -rw-r--r-- | themes/dark.tres | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/dark.tres b/themes/dark.tres index 05de2a0..875ee21 100644 --- a/themes/dark.tres +++ b/themes/dark.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=16 format=2] +[gd_resource type="Theme" load_steps=17 format=2] [ext_resource path="res://fonts/font_regular.tres" type="DynamicFont" id=1] [ext_resource path="res://fonts/font_mono_regular.tres" type="DynamicFont" id=2] @@ -36,6 +36,11 @@ corner_radius_bottom_left = 15 [sub_resource type="StyleBoxEmpty" id=5] +[sub_resource type="StyleBoxEmpty" id=21] +content_margin_left = 10.0 +content_margin_right = 10.0 +content_margin_top = 15.0 + [sub_resource type="StyleBoxFlat" id=9] content_margin_left = 10.0 content_margin_right = 10.0 @@ -105,6 +110,7 @@ ItemList/fonts/font = ExtResource( 2 ) ItemList/styles/bg = SubResource( 5 ) ItemList/styles/selected = SubResource( 4 ) ItemList/styles/selected_focus = SubResource( 4 ) +Label/styles/normal = SubResource( 21 ) LineEdit/styles/focus = SubResource( 9 ) LineEdit/styles/normal = SubResource( 7 ) LineEdit/styles/read_only = null |
