1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Extra file sizes
Add entries for bigger image files up to 4K
Forwarded: not-needed
Author: Peter Blackman <peter@pblackman.plus.com>
Index: b/src/renderdialog.cpp
===================================================================
--- a/src/renderdialog.cpp
+++ b/src/renderdialog.cpp
@@ -44,7 +44,7 @@
if (cnt == 0)
{
QStringList dims;
- dims << "640x480" << "600x800" << "1024x768" << "1280x960" << "1280x1024" << "1920x1080";
+ dims << "640x480" << "600x800" << "1024x768" << "1280x960" << "1280x1024" << "1920x1080" << "1920x1200" << "2560x1440" << "3840x2160";
m_sizeComboBox->addItems(dims);
}
else
|