Skip to content

Commit

Permalink
Make update button clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
noidexe committed Jan 23, 2023
1 parent d0cb667 commit 3d18866
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scenes/Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,15 @@ size_flags_horizontal = 3
script = ExtResource( 4 )

[node name="tag" type="Label" parent="MarginContainer/HBox/MenuBar/Version"]
margin_right = 247.0
margin_right = 120.0
margin_bottom = 27.0
size_flags_horizontal = 3
text = "Version Tag: vX.XX"

[node name="update" type="Button" parent="MarginContainer/HBox/MenuBar/Version"]
margin_left = 250.0
margin_right = 300.0
margin_left = 123.0
margin_right = 228.0
margin_bottom = 27.0
text = "Update"
text = "Update Available"

[node name="req" type="HTTPRequest" parent="MarginContainer/HBox/MenuBar/Version"]

Expand Down

0 comments on commit 3d18866

Please sign in to comment.