improve updater ui

This commit is contained in:
guinux 2015-02-09 17:42:17 +01:00
parent ef579ecfa5
commit 2502ae2033
1 changed files with 5 additions and 1 deletions

View File

@ -54,6 +54,7 @@
<child>
<object class="GtkCellRendererText" id="_name">
<property name="width">200</property>
<property name="height">22</property>
</object>
<attributes>
<attribute name="text">0</attribute>
@ -64,7 +65,10 @@
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
<child>
<object class="GtkCellRendererText" id="_size"/>
<object class="GtkCellRendererText" id="_size">
<property name="width">80</property>
<property name="height">22</property>
</object>
<attributes>
<attribute name="text">1</attribute>
</attributes>