Skip to content

Commit

Permalink
Hide BPM spinbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pattlebass committed Aug 10, 2023
1 parent cc3d54a commit c03b757
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions scenes/main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ toggle_mode = true
text = "BTN_PLAY"

[node name="BPMHbox" type="HBoxContainer" parent="HBoxToolBar"]
visible = false
margin_left = 160.0
margin_right = 284.0
margin_bottom = 60.0
Expand All @@ -174,14 +175,14 @@ value = 80.0
align = 1

[node name="Control" type="Control" parent="HBoxToolBar"]
margin_left = 314.0
margin_right = 314.0
margin_left = 160.0
margin_right = 160.0
margin_bottom = 60.0
size_flags_horizontal = 3

[node name="Export" type="Button" parent="HBoxToolBar"]
margin_left = 344.0
margin_right = 507.0
margin_left = 190.0
margin_right = 353.0
margin_bottom = 60.0
rect_min_size = Vector2( 100, 0 )
focus_neighbour_left = NodePath("../Play")
Expand All @@ -190,8 +191,8 @@ mouse_filter = 1
text = "BTN_EXPORT"

[node name="SaveProject" type="Button" parent="HBoxToolBar"]
margin_left = 537.0
margin_right = 787.0
margin_left = 383.0
margin_right = 633.0
margin_bottom = 60.0
rect_min_size = Vector2( 150, 0 )
focus_neighbour_left = NodePath("../Export")
Expand All @@ -200,8 +201,8 @@ mouse_filter = 1
text = "BTN_SAVE_PROJECT"

[node name="OpenProject" type="Button" parent="HBoxToolBar"]
margin_left = 817.0
margin_right = 1071.0
margin_left = 663.0
margin_right = 917.0
margin_bottom = 60.0
rect_min_size = Vector2( 150, 0 )
focus_neighbour_left = NodePath("../SaveProject")
Expand All @@ -210,8 +211,8 @@ mouse_filter = 1
text = "BTN_OPEN_PROJECT"

[node name="More" type="MenuButton" parent="HBoxToolBar"]
margin_left = 1101.0
margin_right = 1161.0
margin_left = 947.0
margin_right = 1007.0
margin_bottom = 60.0
rect_min_size = Vector2( 60, 60 )
focus_neighbour_left = NodePath("../OpenProject")
Expand Down

0 comments on commit c03b757

Please sign in to comment.