aboutsummaryrefslogtreecommitdiff
path: root/client/menu/theme.tres
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 00:23:03 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 00:23:03 +0200
commitfcc6a6572bfcdab8b7ca177dbab57642f1405b3b (patch)
treeb43c2ed75fa49945b924df5ab8c6e0d0fe863850 /client/menu/theme.tres
parenta081edbdf3d01a73d29c21843bf487a0d232152d (diff)
downloadhurrycurry-fcc6a6572bfcdab8b7ca177dbab57642f1405b3b.tar
hurrycurry-fcc6a6572bfcdab8b7ca177dbab57642f1405b3b.tar.bz2
hurrycurry-fcc6a6572bfcdab8b7ca177dbab57642f1405b3b.tar.zst
remove hsep
Diffstat (limited to 'client/menu/theme.tres')
-rw-r--r--client/menu/theme.tres11
1 files changed, 10 insertions, 1 deletions
diff --git a/client/menu/theme.tres b/client/menu/theme.tres
index 5865cf77..5cb8234b 100644
--- a/client/menu/theme.tres
+++ b/client/menu/theme.tres
@@ -1,4 +1,4 @@
-[gd_resource type="Theme" load_steps=4 format=3 uid="uid://b0qmvo504e457"]
+[gd_resource type="Theme" load_steps=5 format=3 uid="uid://b0qmvo504e457"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/font-sansita-swashed.woff2" id="1_tneco"]
@@ -16,12 +16,21 @@ content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(1, 1, 1, 0.266667)
+[sub_resource type="StyleBoxLine" id="StyleBoxLine_emtvk"]
+content_margin_top = 5.0
+content_margin_bottom = 5.0
+color = Color(1, 1, 1, 1)
+grow_begin = 0.0
+grow_end = 0.0
+thickness = 3
+
[resource]
Button/styles/disabled = SubResource("StyleBoxFlat_25x32")
Button/styles/focus = SubResource("StyleBoxFlat_25x32")
Button/styles/hover = SubResource("StyleBoxFlat_2fl8q")
Button/styles/normal = SubResource("StyleBoxFlat_25x32")
Button/styles/pressed = SubResource("StyleBoxFlat_25x32")
+HSeparator/styles/separator = SubResource("StyleBoxLine_emtvk")
Label/font_sizes/font_size = 16
Label/fonts/font = ExtResource("1_tneco")
LineEdit/styles/focus = SubResource("StyleBoxFlat_25x32")