Re: Spacing in a plasma applet

2010-05-01 Thread Jesús Fernández
Hi, I managed to do it. There was another problem, I wasn't setting the contents margins in the layout and that's why the icons were showing so tiny and with those big gaps. Thank you everyone. ___ Plasma-devel mailing list Plasma-devel@kde.org https://m

Re: Spacing in a plasma applet

2010-04-30 Thread Marco Martin
On Friday 30 April 2010, Jesús Fernández wrote: > > > > [1] http://media.kumomi.es/linux/panel_big.png > > [2] http://media.kumomi.es/linux/panel_small.png > > Sorry, I also tried what Marco said but it's the same, nothing changes > and they still have those unwanted gaps. Should I apply the poli

Re: Spacing in a plasma applet

2010-04-30 Thread Jesús Fernández
2010/4/30 Jesús Fernández : >> thanks for fwd'ing it on, Alessandro ... > Thanks, I couldnt find any plasma list on lists.kde.org. > >> probably it's spacing the icons out because the size policy and/or size hint >> for the plasmoid is set to "expanding". if you set the size policies to not >> be

Re: Spacing in a plasma applet

2010-04-30 Thread Jesús Fernández
> thanks for fwd'ing it on, Alessandro ... Thanks, I couldnt find any plasma list on lists.kde.org. > probably it's spacing the icons out because the size policy and/or size hint > for the plasmoid is set to "expanding". if you set the size policies to not be > expanding, then when it is put into

Re: Spacing in a plasma applet

2010-04-30 Thread Marco Martin
On Friday 30 April 2010, Aaron J. Seigo wrote: > On April 29, 2010, Alessandro Diaferia wrote: > > thanks for fwd'ing it on, Alessandro ... > > > 2010/4/30 Jesús Fernández > > > > > Hi, I'm developing an applet (plasmoid) using the python bindings. > > > I use a QGraphicsLinearLayout and I add

Re: Spacing in a plasma applet

2010-04-29 Thread Aaron J. Seigo
On April 29, 2010, Alessandro Diaferia wrote: thanks for fwd'ing it on, Alessandro ... > 2010/4/30 Jesús Fernández > > > Hi, I'm developing an applet (plasmoid) using the python bindings. > > I use a QGraphicsLinearLayout and I add IconWidgets to it. > > As I'd like the applet to live either in

Re: Spacing in a plasma applet

2010-04-29 Thread Alessandro Diaferia
2010/4/30 Jesús Fernández > Hi, I'm developing an applet (plasmoid) using the python bindings. > I use a QGraphicsLinearLayout and I add IconWidgets to it. > As I'd like the applet to live either in a horizontal or vertical panel, > I'm checking the orientation of the parent containment to set th