filechooserbutton: add some spacing between icon and text

These were a bit crammed, which doesn't match well with spacing used in
various other parts of gtk.
This commit is contained in:
Christian Hergert
2015-11-30 23:09:31 -08:00
parent 103d369ff6
commit 5dcf4e10b7

View File

@ -80,7 +80,9 @@
</attributes>
</child>
<child>
<object class="GtkCellRendererText" id="name_cell"/>
<object class="GtkCellRendererText" id="name_cell">
<property name="xpad">6</property>
</object>
<attributes>
<attribute name="text">1</attribute>
</attributes>