Summary: | In and out of canvas-only mode, dockers and toolbox act strange | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | joel.am.smart |
Component: | Dockers | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla |
Priority: | NOR | ||
Version First Reported In: | 3.0 Beta | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/krita/d4fefab045c6d10077d1ca4ecab36b6f2836fb0c | Version Fixed In: | |
Sentry Crash Report: |
Description
joel.am.smart
2016-05-08 20:23:11 UTC
Hi, If you make the toolbox wider, then maximize krita again, are the bottom dockers back? I.e., are they hidden outside the screen because the toolbox is too tall? If so, it's another duplicated of the old toolbox layout bug. That bug is in Qt, and the only way I can "fix" it is by hard-coding the toolbox to two columns, which some users really don't want... Git commit d4fefab045c6d10077d1ca4ecab36b6f2836fb0c by Boudewijn Rempt. Committed on 24/05/2016 at 08:50. Pushed by rempt into branch 'master'. Do not set a minimum size on the toolbox If there's a minimum size that's bigger than the screen, Krita will grow outside the screen, confusing users and making life hard. If the toolbox doesn't fit vertically or horizontall, double the number of columns or rows until we do fit. M +17 -3 libs/widgets/KoToolBox.cpp M +1 -0 libs/widgets/KoToolBoxLayout_p.h http://commits.kde.org/krita/d4fefab045c6d10077d1ca4ecab36b6f2836fb0c |