On Thu, Jun 11, 2009 at 4:54 PM, Aaron J. Seigo wrote:
> On Thursday 11 June 2009, Chani wrote:
>> On June 11, 2009 02:18:05 Petri Damstén wrote:
>> > On Wednesday 10 June 2009 19:03:35 Aaron J. Seigo wrote:
>> > > On Wednesday 10 June 2009, Petri Damstén wrote:
>> > > > But isn't this too late bec
On Thursday 11 June 2009, Chani wrote:
> On June 11, 2009 02:18:05 Petri Damstén wrote:
> > On Wednesday 10 June 2009 19:03:35 Aaron J. Seigo wrote:
> > > On Wednesday 10 June 2009, Petri Damstén wrote:
> > > > But isn't this too late because plasma sets size before init and it
> > > > resets the u
On June 11, 2009 02:18:05 Petri Damstén wrote:
> On Wednesday 10 June 2009 19:03:35 Aaron J. Seigo wrote:
> > On Wednesday 10 June 2009, Petri Damstén wrote:
> > > But isn't this too late because plasma sets size before init and it
> > > resets the user set size? Is there a proper way to set initia
On Wednesday 10 June 2009 19:03:35 Aaron J. Seigo wrote:
> On Wednesday 10 June 2009, Petri Damstén wrote:
> > But isn't this too late because plasma sets size before init and it
> > resets the user set size? Is there a proper way to set initial size for
> > scripted applets or should applet just a
On Wednesday 10 June 2009, Petri Damstén wrote:
> But isn't this too late because plasma sets size before init and it resets
> the user set size? Is there a proper way to set initial size for scripted
> applets or should applet just accept the initial size plasma sets.
put X-Plasma-DefaultSize= in
Hi,
C++ applets do resize on constructor which work ok. Scripted plasmoids cannot
do that and examples do that in init:
def init(self):
self.resize(200, 200)
But isn't this too late because plasma sets size before init and it resets the
user set size? Is there a proper wa