Merge lp:~codygarver/switchboard/remove-navigation-button-icon into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 467
Merged at revision: 467
Proposed branch: lp:~codygarver/switchboard/remove-navigation-button-icon
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 15 lines (+0/-3)
1 file modified
src/NavigationButton.vala (+0/-3)
To merge this branch: bzr merge lp:~codygarver/switchboard/remove-navigation-button-icon
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+228568@code.launchpad.net

Commit message

Get rid of arrow icon in SwitchboardNavigationButton

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) :
review: Approve

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 2013-12-03 13:44:13 +0000
3+++ src/NavigationButton.vala 2014-07-28 20:25:17 +0000
4@@ -29,11 +29,8 @@
5 vexpand = false;
6
7 Gtk.Box button_b = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
8- var icon = new Gtk.Image.from_icon_name ("go-previous-symbolic",
9- Gtk.IconSize.MENU);
10 text = new Gtk.Label ("");
11
12- button_b.pack_start (icon, true, true, 2);
13 button_b.pack_start (text, true, true, 2);
14
15 this.add (button_b);

Subscribers

People subscribed via source and target branches

to all changes: