diff --git a/src/gui/torrentcreator/createtorrent.ui b/src/gui/torrentcreator/createtorrent.ui index 876accdd1..524fc2db8 100644 --- a/src/gui/torrentcreator/createtorrent.ui +++ b/src/gui/torrentcreator/createtorrent.ui @@ -158,8 +158,13 @@ false - 3 + 4 + + + 16 KiB + + 32 KiB @@ -200,6 +205,16 @@ 4 MiB + + + 8 MiB + + + + + 16 MiB + + diff --git a/src/gui/torrentcreator/torrentcreatordlg.cpp b/src/gui/torrentcreator/torrentcreatordlg.cpp index 882192ce6..6568c811f 100644 --- a/src/gui/torrentcreator/torrentcreatordlg.cpp +++ b/src/gui/torrentcreator/torrentcreatordlg.cpp @@ -59,7 +59,7 @@ TorrentCreatorDlg::TorrentCreatorDlg(QWidget *parent): QDialog(parent), creatorT showProgressBar(false); loadTrackerList(); // Piece sizes - m_piece_sizes << 32 << 64 << 128 << 256 << 512 << 1024 << 2048 << 4096; + m_piece_sizes << 16 << 32 << 64 << 128 << 256 << 512 << 1024 << 2048 << 4096 << 8192 << 16384; loadSettings(); show(); }