Skip to content

Commit

Permalink
Fix FolderUp link randomly disappearing (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
MewPurPur committed Apr 12, 2024
1 parent d418c18 commit 488d9c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui_parts/good_file_dialog.tscn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://bndmdmjlwqxfh"]
[gd_scene load_steps=8 format=3 uid="uid://mp1nxm8i8tv8"]

[ext_resource type="Script" path="res://src/ui_parts/good_file_dialog.gd" id="1_awdto"]
[ext_resource type="Script" path="res://src/ui_elements/BetterLineEdit.gd" id="2_52puw"]
[ext_resource type="Texture2D" uid="uid://rrhdja8l17cn" path="res://visual/icons/FolderUp.svg" id="2_jjo15"]
[ext_resource type="Texture2D" path="res://visual/icons/FolderUp.svg" id="2_i2mtk"]
[ext_resource type="Texture2D" uid="uid://cvh3kwbucf2n1" path="res://visual/icons/Reload.svg" id="4_udwbh"]
[ext_resource type="Texture2D" uid="uid://kkxyv1gyrjgj" path="res://visual/icons/Visuals.svg" id="5_2ggtv"]
[ext_resource type="Texture2D" uid="uid://d4c7haflm8evm" path="res://visual/icons/Search.svg" id="6_otods"]
[ext_resource type="Texture2D" path="res://visual/icons/Search.svg" id="6_otods"]
[ext_resource type="FontFile" uid="uid://dc0w4sx0h0fui" path="res://visual/fonts/FontBold.ttf" id="7_br1c0"]

[node name="NonNativeFileDialog" type="PanelContainer"]
Expand All @@ -31,7 +31,7 @@ unique_name_in_owner = true
layout_mode = 2
mouse_default_cursor_shape = 2
theme_type_variation = &"IconButton"
icon = ExtResource("2_jjo15")
icon = ExtResource("2_i2mtk")

[node name="PathLabel" type="Label" parent="VBoxContainer/TopBar"]
unique_name_in_owner = true
Expand Down

0 comments on commit 488d9c4

Please sign in to comment.