diff --git a/scenes/tabs-switch/tab-switch.tscn b/scenes/tabs-switch/tab-switch.tscn index 77e6dd66..4b41cae3 100644 --- a/scenes/tabs-switch/tab-switch.tscn +++ b/scenes/tabs-switch/tab-switch.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=14 format=3 uid="uid://3slb0i3pvowc"] +[gd_scene load_steps=15 format=3 uid="uid://3slb0i3pvowc"] [ext_resource type="Script" uid="uid://bvo6tcreqyuex" path="res://scenes/tabs-switch/tab-switch.gd" id="1_fg0vd"] [ext_resource type="PackedScene" uid="uid://b276iygic5itk" path="res://scenes/работа/работа.tscn" id="2_u7p16"] @@ -9,20 +9,32 @@ [ext_resource type="PackedScene" uid="uid://musb21x2u0xs" path="res://scenes/эмс2/эмс2.tscn" id="6_rsg03"] [ext_resource type="FontFile" uid="uid://clrxfflc1wrhj" path="res://data/main-font.tres" id="7_i7l8n"] -[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_fe3e1"] +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tidwt"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_41d34"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cw2ss"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_nmdfd"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_vap7n"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o1r22"] [node name="panel" type="Panel"] offset_right = 1600.0 offset_bottom = 1200.0 -theme_override_styles/panel = SubResource("StyleBoxEmpty_fe3e1") +theme_override_styles/panel = SubResource("StyleBoxEmpty_tidwt") [node name="tab_switch" type="TabContainer" parent="."] layout_mode = 0 offset_right = 1600.0 offset_bottom = 1200.0 tooltip_text = "Переключает режимы работы программы" +theme_override_styles/tab_focus = SubResource("StyleBoxEmpty_41d34") +theme_override_styles/tab_disabled = SubResource("StyleBoxEmpty_cw2ss") +theme_override_styles/tabbar_background = SubResource("StyleBoxEmpty_nmdfd") +theme_override_styles/panel = SubResource("StyleBoxEmpty_vap7n") current_tab = 0 script = ExtResource("1_fg0vd")