mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 08:17:34 -04:00
104 lines
3.4 KiB
Text
104 lines
3.4 KiB
Text
[gd_scene load_steps=11 format=3 uid="uid://dkfy3rcfbxqc6"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://cf4jgdfsjmjxl" path="res://assets/styles/tab.stylebox" id="1_8hbf0"]
|
|
[ext_resource type="Script" path="res://scripts/ui/tabs/tab_icon.gd" id="2_2mqph"]
|
|
[ext_resource type="LabelSettings" uid="uid://bo2334w4lf3ug" path="res://assets/styles/text.tres" id="2_gll4d"]
|
|
[ext_resource type="Texture2D" uid="uid://db7adnvbsxena" path="res://assets/textures/icon_round_16.png" id="2_pitbs"]
|
|
[ext_resource type="Texture2D" uid="uid://cli88m5w3op6l" path="res://assets/textures/close_tab.svg" id="2_y6odh"]
|
|
[ext_resource type="Texture2D" uid="uid://cwclokgfijavb" path="res://assets/textures/icon_round_32.png" id="3_p1x2u"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_rxuw8"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_lq3t8"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_hghgl"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_id0w2"]
|
|
|
|
[node name="Tab" type="Control"]
|
|
custom_minimum_size = Vector2(180, 32)
|
|
layout_mode = 3
|
|
anchors_preset = 4
|
|
anchor_top = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_top = -16.0
|
|
offset_right = 180.0
|
|
offset_bottom = 16.0
|
|
grow_vertical = 2
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = ExtResource("1_8hbf0")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 7
|
|
theme_override_constants/margin_right = 10
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 7
|
|
|
|
[node name="Panel" type="Panel" parent="MarginContainer/HBoxContainer" node_paths=PackedStringArray("icon", "icon_hires")]
|
|
custom_minimum_size = Vector2(16, 16)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_rxuw8")
|
|
script = ExtResource("2_2mqph")
|
|
icon = NodePath("TextureRect")
|
|
icon_hires = NodePath("TextureRectHiRes")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="MarginContainer/HBoxContainer/Panel"]
|
|
texture_filter = 6
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("2_pitbs")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="TextureRectHiRes" type="TextureRect" parent="MarginContainer/HBoxContainer/Panel"]
|
|
texture_filter = 6
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 4
|
|
texture = ExtResource("3_p1x2u")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "New Tab"
|
|
label_settings = ExtResource("2_gll4d")
|
|
|
|
[node name="Button" type="Button" parent="MarginContainer/HBoxContainer"]
|
|
visible = false
|
|
custom_minimum_size = Vector2(14, 14)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
theme_override_colors/icon_normal_color = Color(0.831373, 0.831373, 0.831373, 1)
|
|
theme_override_styles/focus = SubResource("StyleBoxEmpty_lq3t8")
|
|
theme_override_styles/disabled = SubResource("StyleBoxEmpty_hghgl")
|
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_id0w2")
|
|
disabled = true
|
|
icon = ExtResource("2_y6odh")
|
|
expand_icon = true
|