[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:
parent
7d5a429466
commit
194129c027
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue