shortcutswindow: Make the search button square

Add the image-button style class to this button (this doesn't
work automatically here, since this is a toggle button).

https://bugzilla.gnome.org/show_bug.cgi?id=763604
This commit is contained in:
Matthias Clasen 2016-03-15 07:51:48 -04:00
parent 4ae057f07b
commit 26617bb9b4

View File

@ -827,6 +827,7 @@ gtk_shortcuts_window_init (GtkShortcutsWindow *self)
NULL),
"visible", TRUE,
NULL);
gtk_style_context_add (gtk_widget_get_style_context (search_button), "image-button");
gtk_container_add (GTK_CONTAINER (priv->header_bar), GTK_WIDGET (search_button));
priv->main_box = g_object_new (GTK_TYPE_BOX,