diff --git a/ktorrent/dialogs/torrentcreatordlg.cpp b/ktorrent/dialogs/torrentcreatordlg.cpp --- a/ktorrent/dialogs/torrentcreatordlg.cpp +++ b/ktorrent/dialogs/torrentcreatordlg.cpp @@ -314,7 +314,7 @@ QUrl url = m_url->url(); Uint32 chunk_size_table[] = { - 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192 + 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384 }; int chunk_size = chunk_size_table[m_chunk_size->currentIndex()]; diff --git a/ktorrent/dialogs/torrentcreatordlg.ui b/ktorrent/dialogs/torrentcreatordlg.ui --- a/ktorrent/dialogs/torrentcreatordlg.ui +++ b/ktorrent/dialogs/torrentcreatordlg.ui @@ -21,7 +21,7 @@ - + 0 @@ -122,6 +122,11 @@ 8 MiB + + + 16 MiB + +