improve updater ui

This commit is contained in:
guinux 2015-02-01 18:00:03 +01:00
parent 570137d7f2
commit 80d588b5e4
1 changed files with 4 additions and 1 deletions

View File

@ -50,8 +50,11 @@
</child> </child>
<child> <child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1"> <object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="expand">True</property>
<child> <child>
<object class="GtkCellRendererText" id="_name"/> <object class="GtkCellRendererText" id="_name">
<property name="width">200</property>
</object>
<attributes> <attributes>
<attribute name="text">0</attribute> <attribute name="text">0</attribute>
</attributes> </attributes>