[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kipi-plugins] piwigoexport: piwigoexport: increase maximum export dimensions to 5000x5000
From:       Carsten Pfeiffer <pfeiffer () kde ! org>
Date:       2014-09-24 21:36:16
Message-ID: E1XWuES-00047z-OJ () scm ! kde ! org
[Download RAW message or body]

Git commit ad6e402572f4224e74bda6e4c25111a08980036f by Carsten Pfeiffer.
Committed on 24/09/2014 at 21:26.
Pushed by pfeiffer into branch 'master'.

piwigoexport: increase maximum export dimensions to 5000x5000

(1600x800 really is not state of the art anymore)

M  +2    -2    piwigoexport/piwigowindow.cpp

http://commits.kde.org/kipi-plugins/ad6e402572f4224e74bda6e4c25111a08980036f

diff --git a/piwigoexport/piwigowindow.cpp b/piwigoexport/piwigowindow.cpp
index 48e2521..3b8097c 100644
--- a/piwigoexport/piwigowindow.cpp
+++ b/piwigoexport/piwigowindow.cpp
@@ -155,13 +155,13 @@ PiwigoWindow::Private::Private(PiwigoWindow* const parent)
     QLabel* const widthLabel    = new QLabel(i18n("Maximum width:"));
 
     widthSpinBox          = new QSpinBox;
-    widthSpinBox->setRange(1,1600);
+    widthSpinBox->setRange(1,8000);
     widthSpinBox->setValue(800);
 
     QLabel* const heightLabel   = new QLabel(i18n("Maximum height:"));
 
     heightSpinBox         = new QSpinBox;
-    heightSpinBox->setRange(1,1600);
+    heightSpinBox->setRange(1,8000);
     heightSpinBox->setValue(600);
 
     QHBoxLayout* const hlay2    = new QHBoxLayout;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic