diff --git a/src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs new file mode 100644 index 0000000..f792398 --- /dev/null +++ b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs @@ -0,0 +1,8 @@ +using Godot; + +namespace SharpIDE.Godot.Features.BottomBar; + +public partial class BottomBar : HBoxContainer +{ + +} \ No newline at end of file diff --git a/src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs.uid b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs.uid new file mode 100644 index 0000000..edcb399 --- /dev/null +++ b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs.uid @@ -0,0 +1 @@ +uid://dkeruijr43xlk diff --git a/src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn new file mode 100644 index 0000000..fbf9941 --- /dev/null +++ b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=3 uid="uid://dr41a4isv0dd5"] + +[ext_resource type="Script" uid="uid://dkeruijr43xlk" path="res://Features/BottomBar/BottomBar.cs" id="1_6bm5o"] + +[node name="BottomBar" type="HBoxContainer"] +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_6bm5o") diff --git a/src/SharpIDE.Godot/IdeRoot.tscn b/src/SharpIDE.Godot/IdeRoot.tscn index 5482b11..aefe11a 100644 --- a/src/SharpIDE.Godot/IdeRoot.tscn +++ b/src/SharpIDE.Godot/IdeRoot.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=23 format=3 uid="uid://b2oniigcp5ew5"] +[gd_scene load_steps=24 format=3 uid="uid://b2oniigcp5ew5"] [ext_resource type="FontFile" uid="uid://38igu11xwba6" path="res://Inter-VariableFont.ttf" id="1_7ptyn"] [ext_resource type="Script" uid="uid://bavypuy7b375x" path="res://IdeRoot.cs" id="1_whawi"] @@ -19,6 +19,7 @@ [ext_resource type="PackedScene" uid="uid://b8kytk23cfo4x" path="res://Features/Search/SearchAllFiles/SearchAllFilesWindow.tscn" id="15_gh8b1"] [ext_resource type="PackedScene" uid="uid://duyxg107nfh2f" path="res://Features/Nuget/NugetPanel.tscn" id="15_lv3f5"] [ext_resource type="PackedScene" uid="uid://hwdok1kch3b3" path="res://Features/TestExplorer/TestExplorerPanel.tscn" id="16_0sv7o"] +[ext_resource type="PackedScene" uid="uid://dr41a4isv0dd5" path="res://Features/BottomBar/BottomBar.tscn" id="18_gyy5s"] [sub_resource type="Theme" id="Theme_s2dv6"] default_font = ExtResource("1_7ptyn") @@ -142,7 +143,7 @@ size_flags_horizontal = 3 theme_override_constants/separation = 4 theme_override_constants/minimum_grab_thickness = 10 theme_override_icons/grabber = SubResource("PlaceholderTexture2D_woo5i") -split_offset = 402 +split_offset = 398 script = ExtResource("3_0ybuf") metadata/_custom_type_script = "uid://kvnhndc3l6ih" @@ -201,6 +202,9 @@ unique_name_in_owner = true visible = false layout_mode = 1 +[node name="BottomBar" parent="VBoxContainer" instance=ExtResource("18_gyy5s")] +layout_mode = 2 + [node name="SearchWindow" parent="." instance=ExtResource("13_7ptyn")] unique_name_in_owner = true visible = false