tab management
This commit is contained in:
8
Scenes/Styles/CloseButtonHover.tres
Normal file
8
Scenes/Styles/CloseButtonHover.tres
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://dn8exdnk8tjce"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
corner_radius_bottom_right = 15
|
||||
corner_radius_bottom_left = 15
|
||||
9
Scenes/Styles/CloseButtonNormal.tres
Normal file
9
Scenes/Styles/CloseButtonNormal.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://dn6r16retee3l"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.109804, 0.109804, 0.109804, 1)
|
||||
draw_center = false
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
corner_radius_bottom_right = 15
|
||||
corner_radius_bottom_left = 15
|
||||
9
Scenes/Styles/TabDefault.tres
Normal file
9
Scenes/Styles/TabDefault.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://bx3sgro1ageff"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 8.0
|
||||
content_margin_right = 8.0
|
||||
bg_color = Color(0.152476, 0.152476, 0.152476, 1)
|
||||
draw_center = false
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
9
Scenes/Styles/TabGradient.tres
Normal file
9
Scenes/Styles/TabGradient.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="GradientTexture2D" load_steps=2 format=3 uid="uid://cwyl6cm0wktuc"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_344ge"]
|
||||
offsets = PackedFloat32Array(0, 0.513423)
|
||||
colors = PackedColorArray(0.109804, 0.109804, 0.109804, 0, 0.109804, 0.109804, 0.109804, 1)
|
||||
|
||||
[resource]
|
||||
gradient = SubResource("Gradient_344ge")
|
||||
height = 48
|
||||
9
Scenes/Styles/TabGradientDefault.tres
Normal file
9
Scenes/Styles/TabGradientDefault.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="GradientTexture2D" load_steps=2 format=3 uid="uid://c7u7a1u1v04bx"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_344ge"]
|
||||
offsets = PackedFloat32Array(0, 0.52439)
|
||||
colors = PackedColorArray(0.168627, 0.168627, 0.168627, 0, 0.168627, 0.168627, 0.168627, 1)
|
||||
|
||||
[resource]
|
||||
gradient = SubResource("Gradient_344ge")
|
||||
height = 48
|
||||
9
Scenes/Styles/TabGradientInactive.tres
Normal file
9
Scenes/Styles/TabGradientInactive.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="GradientTexture2D" load_steps=2 format=3 uid="uid://c6mhjt6pk8hox"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_344ge"]
|
||||
offsets = PackedFloat32Array(0, 0.52439)
|
||||
colors = PackedColorArray(0.137255, 0.137255, 0.137255, 0, 0.137255, 0.137255, 0.137255, 1)
|
||||
|
||||
[resource]
|
||||
gradient = SubResource("Gradient_344ge")
|
||||
height = 48
|
||||
8
Scenes/Styles/TabHover.tres
Normal file
8
Scenes/Styles/TabHover.tres
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://cbbqlhtiuqmr1"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 8.0
|
||||
content_margin_right = 8.0
|
||||
bg_color = Color(0, 0, 0, 1)
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
8
Scenes/Styles/TabHoverDefault.tres
Normal file
8
Scenes/Styles/TabHoverDefault.tres
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://fd1nftmqox32"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 8.0
|
||||
content_margin_right = 8.0
|
||||
bg_color = Color(0.138034, 0.138034, 0.138034, 1)
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
8
Scenes/Styles/TabNormal.tres
Normal file
8
Scenes/Styles/TabNormal.tres
Normal file
@@ -0,0 +1,8 @@
|
||||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://b7oid7im3n5nj"]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 8.0
|
||||
content_margin_right = 8.0
|
||||
bg_color = Color(0.109804, 0.109804, 0.109804, 1)
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
Reference in New Issue
Block a user