Summary: | The "Scale Image to New Size" and "Resize Canvas" dialogs show a maximum of 10000 pixels for bigger images [Krita 4.1.0 Pre-Alpha] | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Regis <regis> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/bcf047fc754a2ce98ad676cfdf182fd11c679103 | Version Fixed In: | |
Sentry Crash Report: |
Description
Regis
2018-03-12 16:35:51 UTC
Git commit 581d1379bcb2563d4981e2b0274f697d4f165d80 by Boudewijn Rempt. Committed on 13/03/2018 at 08:51. Pushed by rempt into branch 'master'. Set the maximum values for width and height to 100000000.000000 This is the same value as in the new image dialog, which makes sense. This partially reverts commit 40c93621ec166fdd39fd44003e68a1a52e84aa74 Author: Juan Palacios <jpalaciosdev@gmail.com> Date: Sun Nov 24 20:22:24 2013 +0100 Tweak value range of size dialog's spinboxes. Incremented number of decimals for QDoubleSpinbox and set a more sane range for allowed values in all spinboxes of canvas size, image size and layer size dialogs. M +8 -8 plugins/extensions/imagesize/wdg_canvassize.ui M +5 -5 plugins/extensions/imagesize/wdg_imagesize.ui M +7 -7 plugins/extensions/imagesize/wdg_layersize.ui https://commits.kde.org/krita/581d1379bcb2563d4981e2b0274f697d4f165d80 Git commit bcf047fc754a2ce98ad676cfdf182fd11c679103 by Boudewijn Rempt. Committed on 13/03/2018 at 08:52. Pushed by rempt into branch 'krita/4.0'. Set the maximum values for width and height to 100000000.000000 This is the same value as in the new image dialog, which makes sense. This partially reverts commit 40c93621ec166fdd39fd44003e68a1a52e84aa74 Author: Juan Palacios <jpalaciosdev@gmail.com> Date: Sun Nov 24 20:22:24 2013 +0100 Tweak value range of size dialog's spinboxes. Incremented number of decimals for QDoubleSpinbox and set a more sane range for allowed values in all spinboxes of canvas size, image size and layer size dialogs. (cherry picked from commit 581d1379bcb2563d4981e2b0274f697d4f165d80) M +8 -8 plugins/extensions/imagesize/wdg_canvassize.ui M +5 -5 plugins/extensions/imagesize/wdg_imagesize.ui M +7 -7 plugins/extensions/imagesize/wdg_layersize.ui https://commits.kde.org/krita/bcf047fc754a2ce98ad676cfdf182fd11c679103 |