Skip to content

Commit

Permalink
Merge pull request #841 from yast/fixed_label
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Oct 2, 2018
2 parents 368a3a2 + ce3ea94 commit e009cd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/systemd/src/lib/yast2/service_widget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def content
Left(
HBox(
Label(_("Current status:")),
Label(" "),
Label(Id(:service_widget_status), status)
HSpacing(1),
Label(Id(:service_widget_status), Opt(:hstretch), status)
)
),
Left(action_widget),
Expand Down
7 changes: 7 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 2 11:11:26 UTC 2018 - lslezak@suse.cz

- Make the service status label stretchable so the updated status
is displayed correctly (bsc#1110407)
- 4.1.20

-------------------------------------------------------------------
Mon Oct 1 17:29:17 UTC 2018 - mfilka@suse.com

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


Name: yast2
Version: 4.1.19
Version: 4.1.20
Release: 0
Summary: YaST2 - Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit e009cd1

Please sign in to comment.