summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2015-11-30 23:09:31 -0800
committerChristian Hergert <chergert@redhat.com>2015-12-01 11:23:12 -0800
commit5dcf4e10b7769119651151dc8a598f3286064857 (patch)
tree170ae557001aab6e57ed4ea4df5161ba8b89a8e2 /gtk
parent103d369ff6ebff489a1b3d8ad99f51a604ce8225 (diff)
downloadgtk+-5dcf4e10b7769119651151dc8a598f3286064857.tar.gz
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.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ui/gtkfilechooserbutton.ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/ui/gtkfilechooserbutton.ui b/gtk/ui/gtkfilechooserbutton.ui
index b546af244e..6aa337b5a1 100644
--- a/gtk/ui/gtkfilechooserbutton.ui
+++ b/gtk/ui/gtkfilechooserbutton.ui
@@ -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>