File: 004-filesizes.patch

package info (click to toggle)
qosmic 1.6.0-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,204 kB
  • sloc: cpp: 22,303; xml: 31; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Extra file sizes
 Add entries for bigger image files up to 4K
Last-Update: 2019-09-13
Forwarded: not-needed
Author: Peter Blackman <peter@pblackman.plus.com>

--- qosmic-1.6.0.orig/src/renderdialog.cpp
+++ qosmic-1.6.0/src/renderdialog.cpp
@@ -44,7 +44,7 @@ RenderDialog::RenderDialog(QWidget* pare
 	if (cnt == 0)
 	{
 		QStringList dims;
-		dims << "640x480" << "600x800" << "1024x768" << "1280x960" << "1280x1024";
+		dims << "640x480" << "600x800" << "1024x768" << "1280x960" << "1280x1024" << "1920x1200" << "2560x1440" << "3840x2160";
 		m_sizeComboBox->addItems(dims);
 	}
 	else