diff --git a/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn b/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn index 8248cf0..163b426 100644 --- a/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn +++ b/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=2 format=3 uid="uid://hwdok1kch3b3"] +[gd_scene load_steps=3 format=3 uid="uid://hwdok1kch3b3"] [ext_resource type="Script" uid="uid://8o78ti2hb0pu" path="res://Features/TestExplorer/TestExplorerPanel.cs" id="1_b5miy"] +[ext_resource type="Texture2D" uid="uid://cmwkpdv6pxaai" path="res://Resources/refresh.svg" id="2_4bhqg"] [node name="TestExplorerPanel" type="Control"] layout_mode = 3 @@ -27,10 +28,18 @@ theme_override_constants/margin_top = 10 theme_override_constants/margin_right = 5 theme_override_constants/margin_bottom = 5 -[node name="Label" type="Label" parent="VBoxContainer/MarginContainer"] +[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/MarginContainer"] +layout_mode = 2 + +[node name="Label" type="Label" parent="VBoxContainer/MarginContainer/HBoxContainer"] layout_mode = 2 text = "Test Explorer" +[node name="Button" type="Button" parent="VBoxContainer/MarginContainer/HBoxContainer"] +layout_mode = 2 +theme_override_constants/icon_max_width = 15 +icon = ExtResource("2_4bhqg") + [node name="HSeparator" type="HSeparator" parent="VBoxContainer"] layout_mode = 2 diff --git a/src/SharpIDE.Godot/Resources/refresh.svg b/src/SharpIDE.Godot/Resources/refresh.svg new file mode 100644 index 0000000..c2e2f75 --- /dev/null +++ b/src/SharpIDE.Godot/Resources/refresh.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/src/SharpIDE.Godot/Resources/refresh.svg.import b/src/SharpIDE.Godot/Resources/refresh.svg.import new file mode 100644 index 0000000..5215a7f --- /dev/null +++ b/src/SharpIDE.Godot/Resources/refresh.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmwkpdv6pxaai" +path="res://.godot/imported/refresh.svg-5676e7a7bdbfacb94a79969f2331091e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Resources/refresh.svg" +dest_files=["res://.godot/imported/refresh.svg-5676e7a7bdbfacb94a79969f2331091e.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false