diff options
author | tpart <tpart120@proton.me> | 2024-09-03 15:13:51 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-03 15:13:51 +0200 |
commit | 1a225d0b26061eaf7bf12aa3cc4a62185d259f71 (patch) | |
tree | f17b90a5a900f748aae3e3cc61e9ab2a53e384c5 /client | |
parent | 12cf1bd6496c0dc5b79c7e812418a45776b8c576 (diff) | |
download | hurrycurry-1a225d0b26061eaf7bf12aa3cc4a62185d259f71.tar hurrycurry-1a225d0b26061eaf7bf12aa3cc4a62185d259f71.tar.bz2 hurrycurry-1a225d0b26061eaf7bf12aa3cc4a62185d259f71.tar.zst |
Make sidebar style consistent on chat open
Diffstat (limited to 'client')
-rw-r--r-- | client/menu/chat/chat_open.tscn | 4 | ||||
-rw-r--r-- | client/menu/theme/style/panel_style_sidebar.tres | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/client/menu/chat/chat_open.tscn b/client/menu/chat/chat_open.tscn index 6150272d..af6688a5 100644 --- a/client/menu/chat/chat_open.tscn +++ b/client/menu/chat/chat_open.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=6 format=3 uid="uid://dbd6k56l4p0ls"] +[gd_scene load_steps=7 format=3 uid="uid://dbd6k56l4p0ls"] [ext_resource type="Script" path="res://menu/chat/chat_open.gd" id="1_dsl4a"] [ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="1_isqmk"] [ext_resource type="Script" path="res://menu/blur_setup.gd" id="2_urbd2"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="3_v7xmg"] +[ext_resource type="StyleBox" uid="uid://bw4jamyna1top" path="res://menu/theme/style/panel_style_sidebar.tres" id="4_ew1yx"] [ext_resource type="Script" path="res://menu/scroll_container_custom.gd" id="5_3mths"] [node name="ChatOpen" type="Control"] @@ -23,6 +24,7 @@ anchor_bottom = 1.0 offset_right = 296.0 grow_vertical = 2 theme = ExtResource("3_v7xmg") +theme_override_styles/panel = ExtResource("4_ew1yx") script = ExtResource("2_urbd2") [node name="MarginContainer" type="MarginContainer" parent="PanelContainer"] diff --git a/client/menu/theme/style/panel_style_sidebar.tres b/client/menu/theme/style/panel_style_sidebar.tres new file mode 100644 index 00000000..9615d88b --- /dev/null +++ b/client/menu/theme/style/panel_style_sidebar.tres @@ -0,0 +1,3 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://bw4jamyna1top"] + +[resource] |