Skip to content

Commit

Permalink
Merge 024f4dc into f9c6b4f
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 20, 2018
2 parents f9c6b4f + 024f4dc commit 1f1b968
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions package/yast2-country.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 20 09:25:14 UTC 2018 - knut.anderssen@suse.com

- Aligned "Synchronize Now" button and "NTP Server Address" box not
breaking previous fix and not hidding the manual checkbox in
TextMode (bnc#893065, bsc#1039985).
- 4.0.26

-------------------------------------------------------------------
Mon Nov 12 14:32:16 UTC 2018 - knut.anderssen@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-country.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-country
Version: 4.0.25
Version: 4.0.26
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
7 changes: 4 additions & 3 deletions timezone/src/include/timezone/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def SetTimeDialog


cont = VBox(
VSpacing(UI.TextMode ? 1 : 0),
HBox(
HWeight(1, VBox()),
HWeight(
Expand All @@ -316,7 +317,7 @@ def SetTimeDialog
HSpacing(3),
VBox(
Left(timeterm),
VSpacing(),
UI.TextMode ? Empty() : VSpacing(),
Left(dateterm),
VSpacing(),
HBox(
Expand All @@ -333,7 +334,7 @@ def SetTimeDialog
)
)
),
VSpacing(1),
VSpacing(UI.TextMode ? 0.5 : 1),
Left(
RadioButton(
Id(:ntp),
Expand All @@ -349,7 +350,7 @@ def SetTimeDialog
),
HWeight(1, VBox())
),
VSpacing(2)
VSpacing(UI.TextMode ? 0 : 2),
)

Wizard.OpenAcceptDialog
Expand Down

0 comments on commit 1f1b968

Please sign in to comment.