Merge lp:~donadigo/switchboard-plug-networking/dim-status-label into lp:~elementary-pantheon/switchboard-plug-networking/trunk

Proposed by Adam Bieńkowski
Status: Needs review
Proposed branch: lp:~donadigo/switchboard-plug-networking/dim-status-label
Merge into: lp:~elementary-pantheon/switchboard-plug-networking/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
src/Widgets/Device/DeviceItem.vala (+1/-0)
To merge this branch: bzr merge lp:~donadigo/switchboard-plug-networking/dim-status-label
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+303933@code.launchpad.net

Commit message

* Dim status label.

Description of the change

Dim the status label.

To post a comment you must log in.

Unmerged revisions

307. By Adam Bieńkowski

Dim status label

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/Device/DeviceItem.vala'
2--- src/Widgets/Device/DeviceItem.vala 2016-07-26 21:04:29 +0000
3+++ src/Widgets/Device/DeviceItem.vala 2016-08-25 13:30:21 +0000
4@@ -94,6 +94,7 @@
5 row_title.valign = Gtk.Align.START;
6
7 row_description = new Gtk.Label (subtitle);
8+ row_description.get_style_context ().add_class (Gtk.STYLE_CLASS_DIM_LABEL);
9 row_description.margin_top = 2;
10 row_description.use_markup = true;
11 row_description.ellipsize = Pango.EllipsizeMode.END;

Subscribers

People subscribed via source and target branches

to all changes: