Summary: | Cannot make smaller the panels in the IDEAI mode | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Andrea Bergia <andreabergia> |
Component: | UI: IDEAl | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrea Bergia
2003-03-17 19:17:17 UTC
you know you can the panels using the docking button, right? I don't know any way to really make the panels any smaller. If you go < minimumSize() of the widgets in them, then the widgets won't be useful. Do you have any ideas? :) Subject: Re: Cannot make smaller the panels in the IDEAI mode Alle 21:04, luned I'm working on this as we speak: The problem is that if you attempt to resize the panel to smaller than the embedded widget, the "resize" strut disappears from the view. My solution is to make the minimumSize() of the panel = to the minimumSizeHint() of the LARGEST embedded widget. If there are certain parts that would be desired to be able to stretch smaller, perhaps their specific geometries can be altered in their code to allow the stretching to go smaller. Right now from my testing most of the left side parts allow you to set their sizes to roughly 100 pixels (Classtools is an exception). Try out CVS and let me know what you think. Subject: Re: Cannot make smaller the panels in the IDEAI mode Alle 18:12, marted Closing per author's happiness on kdevelop-devel |