Bug 164031

Summary: panel minimum size is ignored
Product: [Unmaintained] plasma4 Reporter: Maciej Pilichowski <bluedzins>
Component: panelAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: aseigo
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Maciej Pilichowski 2008-06-14 11:52:25 UTC
Version:            (using KDE 4.0.82)

Steps:
a) add panel (empty)
b) change the maximum size a bit
c) change the minimum size even more

The current size will be set as in (b). Bug -- the panel is empty so it should be at the minimum size.
Comment 1 Marco Martin 2008-06-14 12:53:19 UTC
the minimum size works, it's used when you add/remove applets
what it's missing is some kind of dialogue between the panel and the applets on their preferred sizes, so like the task manager will be able to resize the panel, but this is a thing planned for 4.2
Comment 2 Maciej Pilichowski 2008-06-14 12:57:11 UTC
> the minimum size works, it's used when you add/remove applets

By works you mean, there is an intention to work this way, or you mean it works this way right now (it is implemented already)?

If the latter -- it does not. The panel size seems to be fixed _between_ the minimum and maximum (I added two widgets as the test).
Comment 3 Marco Martin 2008-06-14 13:31:06 UTC
in last svn (well, from nearly a month actually) you set different maximum and minimum sizes, resize the panel to be less from the maximum size, add an applet and yeah the panel does enlarge
Comment 4 Maciej Pilichowski 2008-06-14 13:33:48 UTC
I use KDe4daily, so I guess I use KDE4 from yesterday SVN.

It does not work this way, I can send ss with steps.
Comment 5 Thomas Georgiou 2008-07-05 18:29:56 UTC
Can you still confirm this with latest svn?
Comment 6 Maciej Pilichowski 2008-07-05 19:08:22 UTC
Yes, I can.