KColorPicker and other plasmoids

Toussis Manolis manolis at koppermind.homelinux.org
Mon Jun 16 20:53:33 CEST 2008


There is a different maintainer for each applet in kdeplasmoids?
Should I open a bug report?


On Monday 16 June 2008 12:13:43 Toussis Manolis wrote:
> I noticed that KColorPicker uses a minimum Pushbutton size that is bigger
> that it actually needs.
> I read the source code, and it seems that in the constructor of the applet
> we can use something like:
>
>     m_grabButton = new PickerButton(this);
>     m_grabButton->SetMinimumSize(22,22);
>     ....
>     m_historyButton = new PickerButton(this);
>     m_historyButton->SetMinimumSize(22,22);
>
> So the button cat be only 22x22 if there is no space.
> I am not familiar with layouts though, so I cannot know if it works...
> It works for my applet, where I don't use layouts...
>
> ps. The same problem applies to other widgets (for example calculator)
>
> _______________________________________________
> Panel-devel mailing list
> Panel-devel at kde.org
> https://mail.kde.org/mailman/listinfo/panel-devel



More information about the Panel-devel mailing list