| Summary: | When a tool is minimized the size of the panel is automatically resized | ||
|---|---|---|---|
| Product: | [Applications] calligracommon | Reporter: | Luca Giambonini <luca86> |
| Component: | usability | Assignee: | Calligra Bugs <calligra-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Chakra | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/calligra/f5490fd301557c29070be186e1129fa9b34e6cb4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Luca Giambonini
2012-05-04 20:02:47 UTC
Hi Luca, We're running into the vagaries of Qt's layout system here, which automatically resizes a docker if the widget that's inside is hidden. It's broken enough that we are considering just removing the minimize button. Git commit f5490fd301557c29070be186e1129fa9b34e6cb4 by Boudewijn Rempt. Committed on 06/05/2012 at 16:30. Pushed by rempt into branch 'master'. Do not resize the docker column when collapsing the docker We keep track of the pre-collapsed titlebar widget width now and use that in the sizeHint() method. M +14 -3 libs/widgets/KoDockWidgetTitleBar.cpp http://commits.kde.org/calligra/f5490fd301557c29070be186e1129fa9b34e6cb4 Ha! It was simpler than I originally thought :-) Wow thanks a lot! really fast :-) If you need a countercheck I can compile it form git otherwise I wait the next release. |