gtk-demo: Add some padding in sidebar

Add some padding on the right, to avoid the scrollbar and make
the sidebar appear balanced.
This commit is contained in:
Matthias Clasen 2016-02-27 23:35:33 -05:00
parent 213f74fe82
commit 9d5ad67c91

View File

@ -85,7 +85,6 @@
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="title" translatable="yes">column</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
<attributes>
@ -93,6 +92,11 @@
<attribute name="text">1</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText">
<property name="text"> </property>
</object>
</child>
</object>
</child>
</object>