move override to theme

This commit is contained in:
Matt Parker
2026-01-30 22:39:29 +10:00
parent 2523617e44
commit ff2423c9c7
2 changed files with 13 additions and 13 deletions

View File

@@ -4,18 +4,6 @@
[ext_resource type="Texture2D" uid="uid://b5ih61vdjv5e6" path="res://Features/LeftSideBar/Resources/Nuget.svg" id="1_jrdf0"] [ext_resource type="Texture2D" uid="uid://b5ih61vdjv5e6" path="res://Features/LeftSideBar/Resources/Nuget.svg" id="1_jrdf0"]
[ext_resource type="PackedScene" uid="uid://5uan5u23cr2s" path="res://Features/Nuget/PackageDetailsProjectEntry.tscn" id="3_tik62"] [ext_resource type="PackedScene" uid="uid://5uan5u23cr2s" path="res://Features/Nuget/PackageDetailsProjectEntry.tscn" id="3_tik62"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tik62"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[node name="NugetPackageDetails" type="VBoxContainer" unique_id=1264762970] [node name="NugetPackageDetails" type="VBoxContainer" unique_id=1264762970]
anchors_preset = 15 anchors_preset = 15
anchor_right = 1.0 anchor_right = 1.0
@@ -72,7 +60,6 @@ popup/item_0/id = 0
[node name="InfoFoldableContainer" type="FoldableContainer" parent="." unique_id=1492895289] [node name="InfoFoldableContainer" type="FoldableContainer" parent="." unique_id=1492895289]
unique_name_in_owner = true unique_name_in_owner = true
layout_mode = 2 layout_mode = 2
theme_override_styles/title_collapsed_panel = SubResource("StyleBoxFlat_tik62")
folded = true folded = true
title = "Info - OpenTelemetry protocol exporter for OpenTelemetry .NET" title = "Info - OpenTelemetry protocol exporter for OpenTelemetry .NET"
title_text_overrun_behavior = 3 title_text_overrun_behavior = 3

View File

@@ -26,6 +26,18 @@ corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5oigc"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5oigc"]
bg_color = Color(0.11764706, 0.11764706, 0.11764706, 1) bg_color = Color(0.11764706, 0.11764706, 0.11764706, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hrgw7"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3gh6f"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3gh6f"]
content_margin_left = 0.0 content_margin_left = 0.0
content_margin_top = 0.0 content_margin_top = 0.0
@@ -65,6 +77,7 @@ CodeEdit/styles/normal = SubResource("StyleBoxFlat_82udi")
CodeEditorTabContainer/base_type = &"TabContainer" CodeEditorTabContainer/base_type = &"TabContainer"
CodeEditorTabContainer/styles/tab_selected = SubResource("StyleBoxFlat_21uq4") CodeEditorTabContainer/styles/tab_selected = SubResource("StyleBoxFlat_21uq4")
CodeEditorTabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_5oigc") CodeEditorTabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_5oigc")
FoldableContainer/styles/title_collapsed_panel = SubResource("StyleBoxFlat_hrgw7")
Gray500Label/base_type = &"Label" Gray500Label/base_type = &"Label"
Gray500Label/colors/font_color = Color(0.5137255, 0.5137255, 0.5137255, 1) Gray500Label/colors/font_color = Color(0.5137255, 0.5137255, 0.5137255, 1)
Gray600Label/base_type = &"Label" Gray600Label/base_type = &"Label"