diff --git a/gui/KCC.ui b/gui/KCC.ui index b2b1c35..7af91e3 100644 --- a/gui/KCC.ui +++ b/gui/KCC.ui @@ -344,7 +344,7 @@ <html><head/><body><p style='white-space:pre'>Resolution of the target device.</p></body></html> - 2400 + 3200 @@ -370,7 +370,7 @@ <html><head/><body><p style='white-space:pre'>Resolution of the target device.</p></body></html> - 3840 + 5120 diff --git a/kindlecomicconverter/KCC_ui.py b/kindlecomicconverter/KCC_ui.py index 1eb8c92..cb26aae 100644 --- a/kindlecomicconverter/KCC_ui.py +++ b/kindlecomicconverter/KCC_ui.py @@ -190,7 +190,7 @@ class Ui_mainWindow(object): self.widthBox = QSpinBox(self.customWidget) self.widthBox.setObjectName(u"widthBox") - self.widthBox.setMaximum(2400) + self.widthBox.setMaximum(3200) self.gridLayout_3.addWidget(self.widthBox, 0, 1, 1, 1) @@ -203,7 +203,7 @@ class Ui_mainWindow(object): self.heightBox = QSpinBox(self.customWidget) self.heightBox.setObjectName(u"heightBox") - self.heightBox.setMaximum(3840) + self.heightBox.setMaximum(5120) self.gridLayout_3.addWidget(self.heightBox, 0, 3, 1, 1)