From 9855450d59def292d7e11386670ee6e4a17e1d78 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 7 Apr 2025 12:48:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=9F=D1=80=D0=BE=D0=B7=D1=80=D0=B0=D1=87?= =?UTF-8?q?=D0=BD=D1=8B=D0=B9=20=D1=84=D0=BE=D0=BD=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8F=20=D0=B2=D0=BA=D0=BB=D0=B0=D0=B4=D0=BE=D0=BA?= =?UTF-8?q?=20(=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=D0=BE=D0=B2=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D1=8B=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BC=D1=8B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/tabs-switch/tab-switch.tscn | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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")