mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
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
This commit is contained in:
parent
23d2f2d0e1
commit
56ba81530a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user