Skip to content

Commit

Permalink
Fix minor issues in missind mods popup
Browse files Browse the repository at this point in the history
  • Loading branch information
popcar2 committed Apr 7, 2024
1 parent 2d12aad commit c4ba7d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scenes/MainScene/main_scene.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ fit_content = true

[node name="MissingModsPopup" type="Window" parent="."]
unique_name_in_owner = true
title = "New Profile"
title = "Missing Wads!"
initial_position = 1
size = Vector2i(400, 120)
visible = false
Expand Down
3 changes: 3 additions & 0 deletions Scenes/MainScene/missing_mods_popup.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ func _on_cancel_pressed():

func _on_start_pressed():
hide()

func _on_close_requested():
hide()
4 changes: 2 additions & 2 deletions Scenes/ModPanel/mod_panel.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 6.0
offset_top = -15.0
offset_right = 32.0
offset_right = 30.0
offset_bottom = 11.0
grow_vertical = 2
tooltip_text = "WARNING: This Wad cannot be found!
tooltip_text = "WARNING: This Wad couldn't be found!
Have you deleted it or moved it somewhere else?
Expand Down

0 comments on commit c4ba7d9

Please sign in to comment.