| Summary: | After selecting a pattern in the patterns docker, it becomes impossible to resize the docker below the current width | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | tomtomtomreportingin |
| Component: | Dockers | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ahab.greybeard |
| Priority: | NOR | ||
| Version First Reported In: | 4.4.2 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/0c0157b20aece3589e08b6e0d5d3a74b34ced860 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
tomtomtomreportingin
2021-01-19 19:38:18 UTC
I can confirm this for appimages 4.3.0 to the Jan 21 4.4.3 alpha (git bd828ec). Whatever width the patterns docker is, you can't reduce it to less than that after selecting a pattern. This is the case if it's floating or docked. Selecting another workspace which normally has the patterns docker at a smaller width doesn't work either. Git commit 0c0157b20aece3589e08b6e0d5d3a74b34ced860 by Halla Rempt, on behalf of Mathias Wein. Committed on 29/01/2021 at 08:57. Pushed by rempt into branch 'master'. Fix resizing issues with pattern and gradient choosers If the labels are not supposed to influence the preferred widget size (which determines some popup sizes), the solution should be to set their size policy to "Ignored". The layout will just shrink or grow them to fill the available space. M +1 -5 libs/ui/widgets/kis_gradient_chooser.cc M +1 -1 libs/ui/widgets/kis_pattern_chooser.cc M +1 -1 libs/ui/widgets/kis_seexpr_script_chooser.cpp https://invent.kde.org/graphics/krita/commit/0c0157b20aece3589e08b6e0d5d3a74b34ced860 |