Leave only one track type, WIP: track deletion.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="Theme" load_steps=236 format=3 uid="uid://b8rk41gjual2b"]
|
||||
[gd_resource type="Theme" load_steps=238 format=3 uid="uid://b8rk41gjual2b"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://501bous51s3p" path="res://Assets/Fonts/Inter-Regular.ttf" id="1_a74l0"]
|
||||
[ext_resource type="Texture2D" uid="uid://blqywcg2e22in" path="res://Assets/Icons/checked.svg" id="2_jlkvh"]
|
||||
@@ -2489,6 +2489,28 @@ corner_detail = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jkmfx"]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 16.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_bottom = 16.0
|
||||
bg_color = Color(0.19, 0.19, 0.19, 1)
|
||||
border_width_bottom = 1
|
||||
border_color = Color(0.223529, 0.223529, 0.223529, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c8ejd"]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 16.0
|
||||
content_margin_right = 16.0
|
||||
content_margin_bottom = 16.0
|
||||
bg_color = Color(0.14902, 0.14902, 0.14902, 1)
|
||||
border_width_bottom = 1
|
||||
border_color = Color(0.223529, 0.223529, 0.223529, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jmej4"]
|
||||
content_margin_left = 32.0
|
||||
content_margin_top = 32.0
|
||||
content_margin_right = 32.0
|
||||
content_margin_bottom = 32.0
|
||||
bg_color = Color(0.14902, 0.14902, 0.14902, 1)
|
||||
border_width_bottom = 1
|
||||
border_color = Color(0.223529, 0.223529, 0.223529, 1)
|
||||
@@ -4479,8 +4501,10 @@ TooltipLabel/colors/font_shadow_color = Color(0, 0, 0, 0)
|
||||
TooltipPanel/styles/panel = SubResource("StyleBoxFlat_qr21i")
|
||||
TopBarOptionButton/font_sizes/font_size = 14
|
||||
TopBarOptionButton/fonts/font = ExtResource("1_a74l0")
|
||||
Track/base_type = &"PanelContainer"
|
||||
Track/styles/panel = SubResource("StyleBoxFlat_jkmfx")
|
||||
Track/base_type = &"Button"
|
||||
Track/styles/focus = SubResource("StyleBoxFlat_jkmfx")
|
||||
Track/styles/hover = SubResource("StyleBoxFlat_c8ejd")
|
||||
Track/styles/normal = SubResource("StyleBoxFlat_jmej4")
|
||||
Transport/base_type = &"PanelContainer"
|
||||
Transport/styles/panel = SubResource("StyleBoxFlat_hry0s")
|
||||
Tree/colors/children_hl_line_color = Color(1, 1, 1, 0.0196078)
|
||||
|
||||
Reference in New Issue
Block a user