mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 11:17:26 -04:00
search bar redesign, remove old icons
This commit is contained in:
parent
02aa9514ab
commit
6a9bb0885b
65 changed files with 290 additions and 1049 deletions
|
@ -1,9 +1,9 @@
|
|||
[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/new_textures/icon-round.svg" id="1_jc4ra"]
|
||||
[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/new_textures/close-tab.svg" id="2_y6odh"]
|
||||
[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
|
||||
|
@ -49,7 +49,7 @@ theme_override_constants/margin_right = 10
|
|||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 6
|
||||
theme_override_constants/separation = 7
|
||||
|
||||
[node name="Panel" type="Panel" parent="MarginContainer/HBoxContainer"]
|
||||
clip_children = 1
|
||||
|
@ -71,7 +71,13 @@ texture = ExtResource("1_jc4ra")
|
|||
expand_mode = 1
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/HBoxContainer"]
|
||||
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 4
|
||||
theme_override_constants/margin_top = 2
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/MarginContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
text = "New Tab"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue