Merge lp:~artem-anufrij/pantheon-terminal/fix-search-button-circle into lp:~elementary-apps/pantheon-terminal/trunk

Proposed by Adam Bieńkowski
Status: Merged
Approved by: Adam Bieńkowski
Approved revision: 900
Merged at revision: 901
Proposed branch: lp:~artem-anufrij/pantheon-terminal/fix-search-button-circle
Merge into: lp:~elementary-apps/pantheon-terminal/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
src/PantheonTerminalWindow.vala (+1/-0)
To merge this branch: bzr merge lp:~artem-anufrij/pantheon-terminal/fix-search-button-circle
Reviewer Review Type Date Requested Status
Adam Bieńkowski (community) code / testing Approve
Review via email: mp+306629@code.launchpad.net

Commit message

* Center search button.

Description of the change

Center the search button so it can be a circle.

To post a comment you must log in.
Revision history for this message
Adam Bieńkowski (donadigo) wrote :

Great catch.

review: Approve (code / testing)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/PantheonTerminalWindow.vala'
2--- src/PantheonTerminalWindow.vala 2016-07-06 15:49:05 +0000
3+++ src/PantheonTerminalWindow.vala 2016-09-23 14:06:31 +0000
4@@ -183,6 +183,7 @@
5 search_button.set_image (img);
6 search_button.get_style_context ().add_class (Gtk.STYLE_CLASS_FLAT);
7 search_button.set_tooltip_text (_("Find…"));
8+ search_button.valign = Gtk.Align.CENTER;
9 header.pack_end (search_button);
10
11 var grid = new Gtk.Grid ();

Subscribers

People subscribed via source and target branches