mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-26 08:17:38 -04:00
fix tab icon
This commit is contained in:
parent
2557eda424
commit
d6add34302
19 changed files with 71 additions and 42 deletions
|
@ -9,10 +9,10 @@
|
|||
[ext_resource type="Script" path="res://scripts/ui/menu/star.gd" id="6_iyikx"]
|
||||
[ext_resource type="Texture2D" uid="uid://cx3xxaqo3s3eq" path="res://assets/textures/gate.svg" id="6_twd8p"]
|
||||
[ext_resource type="Resource" uid="uid://bewhdj6jugt6q" path="res://resources/bookmarks.tres" id="7_2mijb"]
|
||||
[ext_resource type="Texture2D" uid="uid://cli88m5w3op6l" path="res://assets/textures/close-tab.svg" id="8_sk5cp"]
|
||||
[ext_resource type="Texture2D" uid="uid://cli88m5w3op6l" path="res://assets/textures/close_tab.svg" id="8_sk5cp"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7ljriip50hte" path="res://assets/textures/star.svg" id="13_ojxfq"]
|
||||
[ext_resource type="Script" path="res://scripts/ui/search/prompt_results.gd" id="14_0lofv"]
|
||||
[ext_resource type="Texture2D" uid="uid://itloduvrh00o" path="res://assets/textures/star-color.svg" id="14_fpi5q"]
|
||||
[ext_resource type="Texture2D" uid="uid://itloduvrh00o" path="res://assets/textures/star_color.svg" id="14_fpi5q"]
|
||||
[ext_resource type="Script" path="res://scripts/ui/search/prompt_navigation.gd" id="14_h86vl"]
|
||||
[ext_resource type="Script" path="res://scripts/ui/search/fix_promt_position.gd" id="15_35wcy"]
|
||||
[ext_resource type="Resource" uid="uid://cjcdum6fm4ta0" path="res://resources/api_settings.tres" id="15_uafyh"]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource type="FontFile" uid="uid://do40418waa8w3" path="res://assets/fonts/Inter-Regular.otf" id="1_o2a5w"]
|
||||
[ext_resource type="Script" path="res://scripts/ui/search.gd" id="2_g181m"]
|
||||
[ext_resource type="Resource" uid="uid://b1xvdym0qh6td" path="res://resources/gate_events.res" id="3_bulmv"]
|
||||
[ext_resource type="Texture2D" uid="uid://ckkmluvnrorek" path="res://assets/textures/search-96.svg" id="4_ytxk3"]
|
||||
[ext_resource type="Texture2D" uid="uid://ckkmluvnrorek" path="res://assets/textures/search_96.svg" id="4_ytxk3"]
|
||||
[ext_resource type="Script" path="res://scripts/ui/search/prompt_navigation.gd" id="12_53j30"]
|
||||
[ext_resource type="Script" path="res://scripts/ui/search/fix_promt_position.gd" id="13_6kqm6"]
|
||||
[ext_resource type="Script" path="res://scripts/ui/search/prompt_results.gd" id="14_mfwuo"]
|
||||
|
|
|
@ -1,15 +1,11 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://dkfy3rcfbxqc6"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://cf4jgdfsjmjxl" path="res://assets/styles/tab.stylebox" id="1_8hbf0"]
|
||||
[ext_resource type="Texture2D" uid="uid://bw1cffhlt112i" path="res://assets/textures/icon-round.svg" id="1_jc4ra"]
|
||||
[ext_resource type="LabelSettings" uid="uid://bo2334w4lf3ug" path="res://assets/styles/text.tres" id="2_gll4d"]
|
||||
[ext_resource type="Texture2D" uid="uid://cli88m5w3op6l" path="res://assets/textures/close-tab.svg" id="2_y6odh"]
|
||||
[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"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_33kce"]
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_rxuw8"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_lq3t8"]
|
||||
|
||||
|
@ -52,11 +48,10 @@ layout_mode = 2
|
|||
theme_override_constants/separation = 7
|
||||
|
||||
[node name="Panel" type="Panel" parent="MarginContainer/HBoxContainer"]
|
||||
clip_children = 1
|
||||
custom_minimum_size = Vector2(19, 19)
|
||||
custom_minimum_size = Vector2(16, 16)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_33kce")
|
||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_rxuw8")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="MarginContainer/HBoxContainer/Panel"]
|
||||
texture_filter = 6
|
||||
|
@ -67,9 +62,9 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_vertical = 4
|
||||
texture = ExtResource("1_jc4ra")
|
||||
texture = ExtResource("2_pitbs")
|
||||
expand_mode = 1
|
||||
stretch_mode = 4
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue