I'm writing plasmoid in python and when i'm trying to resize Plasma.Label nothing happens
label3= Plasma.Label(self.applet)
label3.setImage("/home/dark/fract.png")
self.layout.addItem(label3)
label3.resize(20,20)
Any ideas?
I'm writing plasmoid in python and when i'm trying to resize Plasma.Label nothing happens
label3= Plasma.Label(self.applet)
label3.setImage("/home/dark/fract.png")
self.layout.addItem(label3)
label3.resize(20,20)
Any ideas?