summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkplacesview.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-11 22:15:43 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-02-11 22:16:33 -0500
commit56ba81530ab4b863122a55f5f90191e4ea5a1be5 (patch)
tree5cb36826355e7f4b2acc3d3c4f7fbfa44fa617cb /gtk/ui/gtkplacesview.ui
parent23d2f2d0e1531a63b6a9cbfd3528a9aa87f2ddcf (diff)
downloadgtk+-56ba81530ab4b863122a55f5f90191e4ea5a1be5.tar.gz
placesview: Fix some minor issues
Make the button not grow too big, and ensure that the actionbar has a background. https://bugzilla.gnome.org/show_bug.cgi?id=761792
Diffstat (limited to 'gtk/ui/gtkplacesview.ui')
-rw-r--r--gtk/ui/gtkplacesview.ui4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/ui/gtkplacesview.ui b/gtk/ui/gtkplacesview.ui
index 056f84e127..90cd44226d 100644
--- a/gtk/ui/gtkplacesview.ui
+++ b/gtk/ui/gtkplacesview.ui
@@ -203,6 +203,9 @@
<object class="GtkActionBar" id="actionbar">
<property name="visible">1</property>
<property name="hexpand">1</property>
+ <style>
+ <class name="background"/>
+ </style>
<child>
<object class="GtkLabel">
<property name="visible">1</property>
@@ -224,6 +227,7 @@
<property name="can_focus">1</property>
<property name="sensitive">0</property>
<property name="receives_default">1</property>
+ <property name="valign">center</property>
<signal name="clicked" handler="on_connect_button_clicked" object="GtkPlacesView" swapped="yes"/>
</object>
<packing>