Re: Plasma::Label default settings

2009-03-05 Thread Aaron J. Seigo
On Thursday 05 March 2009, Matthias Fuchs wrote: > On Dienstag 03 März 2009 01:47:20 Aaron J. Seigo wrote: > > On Monday 02 March 2009, Matthias Fuchs wrote: > > > I just saw that Plasma::Label automatically sets > > > nativeWidget()->setWordWrap( true ). > > > > yes, because it's almost always wha

Re: Plasma::Label default settings

2009-03-05 Thread Matthias Fuchs
On Dienstag 03 März 2009 01:47:20 Aaron J. Seigo wrote: > On Monday 02 March 2009, Matthias Fuchs wrote: > > I just saw that Plasma::Label automatically sets > > nativeWidget()->setWordWrap( true ). > > yes, because it's almost always what you actually want when using labels in > a plasmoid. > > th

Re: Plasma::Label default settings

2009-03-02 Thread Aaron J. Seigo
On Monday 02 March 2009, Matthias Fuchs wrote: > I just saw that Plasma::Label automatically sets > nativeWidget()->setWordWrap( true ). yes, because it's almost always what you actually want when using labels in a plasmoid. that said, it should probably be added to the apidox. feel free to make

Plasma::Label default settings

2009-03-02 Thread Matthias Fuchs
Hi, I just saw that Plasma::Label automatically sets nativeWidget()->setWordWrap( true ). That is not mentioned in the header file though and it is false as default for QLabel. Imo it should be mentioned in the header somewhere, because having to look at the implemention just to see what are s