bottom bar stub
This commit is contained in:
8
src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs
Normal file
8
src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
using Godot;
|
||||||
|
|
||||||
|
namespace SharpIDE.Godot.Features.BottomBar;
|
||||||
|
|
||||||
|
public partial class BottomBar : HBoxContainer
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
1
src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs.uid
Normal file
1
src/SharpIDE.Godot/Features/BottomBar/BottomBar.cs.uid
Normal file
@@ -0,0 +1 @@
|
|||||||
|
uid://dkeruijr43xlk
|
||||||
11
src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn
Normal file
11
src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn
Normal file
@@ -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")
|
||||||
@@ -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="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"]
|
[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://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://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://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"]
|
[sub_resource type="Theme" id="Theme_s2dv6"]
|
||||||
default_font = ExtResource("1_7ptyn")
|
default_font = ExtResource("1_7ptyn")
|
||||||
@@ -142,7 +143,7 @@ size_flags_horizontal = 3
|
|||||||
theme_override_constants/separation = 4
|
theme_override_constants/separation = 4
|
||||||
theme_override_constants/minimum_grab_thickness = 10
|
theme_override_constants/minimum_grab_thickness = 10
|
||||||
theme_override_icons/grabber = SubResource("PlaceholderTexture2D_woo5i")
|
theme_override_icons/grabber = SubResource("PlaceholderTexture2D_woo5i")
|
||||||
split_offset = 402
|
split_offset = 398
|
||||||
script = ExtResource("3_0ybuf")
|
script = ExtResource("3_0ybuf")
|
||||||
metadata/_custom_type_script = "uid://kvnhndc3l6ih"
|
metadata/_custom_type_script = "uid://kvnhndc3l6ih"
|
||||||
|
|
||||||
@@ -201,6 +202,9 @@ unique_name_in_owner = true
|
|||||||
visible = false
|
visible = false
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
|
|
||||||
|
[node name="BottomBar" parent="VBoxContainer" instance=ExtResource("18_gyy5s")]
|
||||||
|
layout_mode = 2
|
||||||
|
|
||||||
[node name="SearchWindow" parent="." instance=ExtResource("13_7ptyn")]
|
[node name="SearchWindow" parent="." instance=ExtResource("13_7ptyn")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
visible = false
|
visible = false
|
||||||
|
|||||||
Reference in New Issue
Block a user