Bug 56070 - Cannot make smaller the panels in the IDEAI mode
Summary: Cannot make smaller the panels in the IDEAI mode
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: IDEAl (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-17 19:17 UTC by Andrea Bergia
Modified: 2003-03-19 19:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrea Bergia 2003-03-17 19:17:17 UTC
Version:           CVS of 16 March 2003 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 2.95.3 
OS:          Linux

In the IDEAI mode, Gideon shows up with the left and the right panel opened. They're too big for my font and monitor, so I tried to resize them. But I found that I can't make them smaller than a minimum size. Why? I'd like something like the Child mode, where I can make it a bit small. Can you fix it? I think you should remove only some setMinimumSize calls. Thanks a lot. And, of course, Gideon is fantastic!
Comment 1 Caleb Tennis 2003-03-17 22:04:35 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? :) 
Comment 2 Andrea Bergia 2003-03-18 18:39:38 UTC
Subject: Re:  Cannot make smaller the panels in the IDEAI mode

Alle 21:04, luned
Comment 3 Caleb Tennis 2003-03-18 19:12:00 UTC
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. 
Comment 4 Andrea Bergia 2003-03-18 19:31:19 UTC
Subject: Re:  Cannot make smaller the panels in the IDEAI mode

Alle 18:12, marted
Comment 5 Caleb Tennis 2003-03-19 19:34:58 UTC
Closing per author's happiness on kdevelop-devel