Skip to content

Commit

Permalink
Use VSpacing(1) only in TextMode
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 20, 2018
1 parent bea6aa8 commit 5210426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/ntp-client_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def ui_init(rp, first_time)
HWeight(
1,
VBox(
VSpacing(1),
UI.TextMode ? VSpacing(1) : Label(""),
# push button label
Left(PushButton(Id(:ntp_now), _("S&ynchronize now")))
)
Expand Down

0 comments on commit 5210426

Please sign in to comment.