aboutsummaryrefslogtreecommitdiff
path: root/main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'main.tscn')
-rw-r--r--main.tscn24
1 files changed, 8 insertions, 16 deletions
diff --git a/main.tscn b/main.tscn
index 8e750d4..0b3d4a0 100644
--- a/main.tscn
+++ b/main.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=13 format=2]
+[gd_scene load_steps=14 format=2]
[ext_resource path="res://main.gd" type="Script" id=1]
[ext_resource path="res://date_picker/date_picker.tscn" type="PackedScene" id=2]
@@ -12,6 +12,7 @@
[ext_resource path="res://logic/popup.gd" type="Script" id=10]
[ext_resource path="res://touch_item_list/touch_item_list.tscn" type="PackedScene" id=11]
[ext_resource path="res://touch_vertical_container/touch_vertical_container.tscn" type="PackedScene" id=12]
+[ext_resource path="res://fonts/font_mono_regular.tres" type="DynamicFont" id=13]
[node name="main" type="Control"]
anchor_right = 1.0
@@ -20,6 +21,7 @@ theme = ExtResource( 3 )
script = ExtResource( 1 )
[node name="database" parent="." instance=ExtResource( 11 )]
+custom_fonts/font = ExtResource( 13 )
script = ExtResource( 5 )
[node name="menu" type="MenuButton" parent="database"]
@@ -48,7 +50,7 @@ __meta__ = {
}
[node name="delete" type="Button" parent="database/actions"]
-margin_right = 95.0
+margin_right = 102.0
margin_bottom = 162.0
focus_mode = 0
custom_fonts/font = ExtResource( 6 )
@@ -61,7 +63,7 @@ __meta__ = {
[node name="edit" type="Button" parent="database/actions"]
margin_top = 166.0
-margin_right = 95.0
+margin_right = 102.0
margin_bottom = 328.0
focus_mode = 0
custom_fonts/font = ExtResource( 6 )
@@ -74,7 +76,7 @@ __meta__ = {
[node name="add" type="Button" parent="database/actions"]
margin_top = 332.0
-margin_right = 95.0
+margin_right = 102.0
margin_bottom = 494.0
focus_mode = 0
custom_fonts/font = ExtResource( 6 )
@@ -224,7 +226,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
-window_title = "PICK FILE"
+window_title = ""
mode_overrides_title = false
access = 2
filters = PoolStringArray( "*.*" )
@@ -240,7 +242,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
size_flags_horizontal = 3
size_flags_vertical = 3
-window_title = "CONFIRM ACTION"
+window_title = ""
dialog_text = "Do you confirm this action?"
dialog_autowrap = true
@@ -262,14 +264,4 @@ visible = false
rect_clip_content = true
script = ExtResource( 8 )
-[node name="debug" type="Label" parent="."]
-visible = false
-anchor_right = 1.0
-anchor_bottom = 1.0
-margin_top = 60.0
-valign = 2
-__meta__ = {
-"_edit_use_anchors_": false
-}
-
[editable path="stage"]