Bug 359102

Summary: Window for New document is very big
Product: [Applications] krita Reporter: cheteron <cheteron>
Component: GeneralAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: amroccapriore, griffinvalley, halla
Priority: NOR    
Version: 2.9.11   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Big window

Description cheteron 2016-02-07 13:53:35 UTC
After update Krita to version 2.9.11, window for New Document is very big (see attach)

Reproducible: Always
Comment 1 cheteron 2016-02-07 13:54:02 UTC
Created attachment 97066 [details]
Big window
Comment 2 cheteron 2016-02-07 13:55:28 UTC
Size of display is 1366x768
Comment 3 wolthera 2016-02-07 19:05:22 UTC
Strange that this only happened after 2.9.11... Is the same also happening on the 3.0 pre-alpha?
Comment 4 cheteron 2016-02-07 20:00:52 UTC
Nope. 
3.0 Pre-Alpha have normal window
Comment 5 cheteron 2016-02-07 20:09:33 UTC
Uninstal and instal Krita again - bug disappear
Comment 6 cheteron 2016-02-07 21:44:37 UTC
Unfortunately the bug repeats in version 2.9.11
Comment 7 cheteron 2016-02-07 22:07:41 UTC
After some experimentation, i find problem. When i take screenshot with Printscreen - window is becoming big, when buffer is empty - window is normal
Comment 8 Halla Rempt 2016-02-08 07:22:32 UTC
it's the label in the create image from clipboard page that can grow to 300x300 pixels, which pushes the dialog to be too big. We could make it smaller, of course...
Comment 9 Halla Rempt 2016-02-08 07:45:13 UTC
Git commit 79f0fa0871389e75c8344ec4b374a31cd1c595d1 by Boudewijn Rempt.
Committed on 08/02/2016 at 07:45.
Pushed by rempt into branch 'master'.
Related: bug 75, bug 75

M  +20   -23   libs/ui/forms/wdgnewimage.ui
M  +1    -1    libs/ui/widgets/kis_image_from_clipboard_widget.cpp

http://commits.kde.org/krita/79f0fa0871389e75c8344ec4b374a31cd1c595d1
Comment 10 Halla Rempt 2016-02-08 07:50:12 UTC
Git commit a736ca0ad1646b3a4d27dc97134f43bbfcb1a61c by Boudewijn Rempt.
Committed on 08/02/2016 at 07:33.
Pushed by rempt into branch 'rempt-osx-port'.
Related: bug 75, bug 75

M  +20   -23   libs/ui/forms/wdgnewimage.ui
M  +1    -1    libs/ui/widgets/kis_image_from_clipboard_widget.cpp

http://commits.kde.org/krita/a736ca0ad1646b3a4d27dc97134f43bbfcb1a61c
Comment 11 cheteron 2016-02-08 13:03:11 UTC
You can explain in more detail? I don't understand what need to do
Comment 12 Halla Rempt 2016-02-08 13:09:32 UTC
You don't need to do anything, I fixed the bug this morning and it'll be in the next 3.0 build.