From 313c74c5a618381b6c8938a31b8b1e18f5ca06d7 Mon Sep 17 00:00:00 2001 From: ARAKHNID Date: Fri, 31 May 2024 13:55:26 -0500 Subject: [PATCH] Increase new image size limit Increases the limit from 4096 pixels to 9999 pixels. It's still possible to crop the image above the limit. Closes #608 --- src/ui/new-image-dialog.ui | 4 ++-- src/ui/preferences.ui | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/new-image-dialog.ui b/src/ui/new-image-dialog.ui index b5055283..01cda62f 100644 --- a/src/ui/new-image-dialog.ui +++ b/src/ui/new-image-dialog.ui @@ -3,7 +3,7 @@ 1 - 4096 + 9999 1 10 10 @@ -11,7 +11,7 @@ 1 - 4096 + 9999 1 10 10 diff --git a/src/ui/preferences.ui b/src/ui/preferences.ui index 0a400848..e647ba7a 100644 --- a/src/ui/preferences.ui +++ b/src/ui/preferences.ui @@ -3,7 +3,7 @@ 1 - 4096 + 9999 1 10 10 @@ -11,7 +11,7 @@ 1 - 4096 + 9999 1 10 10