Merge lp:~elementary-design/switchboard/back-button-class into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: 483
Merged at revision: 482
Proposed branch: lp:~elementary-design/switchboard/back-button-class
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 18 lines (+2/-1)
1 file modified
src/NavigationButton.vala (+2/-1)
To merge this branch: bzr merge lp:~elementary-design/switchboard/back-button-class
Reviewer Review Type Date Requested Status
Robert Roth (community) code style Needs Fixing
Review via email: mp+230223@code.launchpad.net

Commit message

add "back-button" class

To post a comment you must log in.
Revision history for this message
Robert Roth (evfool) wrote :

Small comment inline.

review: Needs Fixing (code style)
483. By Danielle Foré

missed a space

Revision history for this message
Danielle Foré (danrabbit) wrote :

Derp. Fixed

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/NavigationButton.vala'
2--- src/NavigationButton.vala 2014-07-28 19:25:01 +0000
3+++ src/NavigationButton.vala 2014-08-10 15:45:46 +0000
4@@ -27,6 +27,7 @@
5 can_focus = false;
6 valign = Gtk.Align.CENTER;
7 vexpand = false;
8+ this.get_style_context ().add_class ("back-button");
9
10 Gtk.Box button_b = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
11 text = new Gtk.Label ("");
12@@ -44,4 +45,4 @@
13 this.text.label = text;
14 }
15 }
16-}
17+}
18\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: