diff options
| author | dam <dam@gudinoff> | 2022-03-28 16:03:15 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-28 16:03:15 +0000 |
| commit | a34abdedf2feebcd17e402d9ed650a7cd17cbfe9 (patch) | |
| tree | f272360a101e32623791a352d4bc4d789e2704f2 /main.tscn | |
| parent | 5b578acee611e8f5c2d64e88d1e7edbea6144c3f (diff) | |
| download | surgery-log-a34abdedf2feebcd17e402d9ed650a7cd17cbfe9.tar.zst surgery-log-a34abdedf2feebcd17e402d9ed650a7cd17cbfe9.zip | |
Changed from mono to regular font. Database screen kept the mono font. Updated to do list.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 24 |
1 files changed, 8 insertions, 16 deletions
@@ -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"] |
