[GTK3] Fix create torrent dialog warning

The ui liststore had an extra blank value causing a GTK value type
warning.

Also set the default value displayed to be 128 KiB.
This commit is contained in:
Calum Lind 2018-09-20 10:10:16 +01:00 committed by Calum Lind
parent 7d5a429466
commit 194129c027
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,6 @@
<row>
<col id="0" translatable="yes">16 MiB</col>
</row>
<row>
<col id="0" translatable="yes"/>
</row>
</data>
</object>
<object class="GtkWindow" id="create_torrent_dialog">
@ -696,6 +693,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="model">liststore1</property>
<property name="active">2</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
<attributes>