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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user