Skip to content

Commit

Permalink
Merge 8b0e6a5 into 05ff0f5
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 20, 2018
2 parents 05ff0f5 + 8b0e6a5 commit cb56ac0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.1.5

-------------------------------------------------------------------
Thu Nov 15 11:28:03 UTC 2018 - igonzalezsosa@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.1.4
Version: 4.1.5
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
5 changes: 3 additions & 2 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(),
VSpacing(UI.TextMode ? 0 : 1),
Left(dateterm),
VSpacing(),
HBox(
Expand Down Expand Up @@ -349,7 +350,7 @@ def SetTimeDialog
),
HWeight(1, VBox())
),
VSpacing(2)
VSpacing(UI.TextMode ? 0 : 2),
)

Wizard.OpenAcceptDialog
Expand Down

0 comments on commit cb56ac0

Please sign in to comment.