[Xfce4-commits] r30154 - pyxfce/branches/4.4/examples/panel/testplugin1

Danny Milosavljevic dannym at xfce.org
Thu Jul 2 23:26:20 CEST 2009


Author: dannym
Date: 2009-07-02 21:26:19 +0000 (Thu, 02 Jul 2009)
New Revision: 30154

Modified:
   pyxfce/branches/4.4/examples/panel/testplugin1/testplugin.py
Log:
add relieflessness to make the panel example look like a normal panel plugin.

Modified: pyxfce/branches/4.4/examples/panel/testplugin1/testplugin.py
===================================================================
--- pyxfce/branches/4.4/examples/panel/testplugin1/testplugin.py	2009-07-02 21:25:49 UTC (rev 30153)
+++ pyxfce/branches/4.4/examples/panel/testplugin1/testplugin.py	2009-07-02 21:26:19 UTC (rev 30154)
@@ -11,6 +11,7 @@
 		xfce4.panel.Plugin.__init__(self)
 		
 		button1 = gtk.Button("test")
+		button1.set_relief(gtk.RELIEF_NONE)
 		button1.show()
 		
 		self.add(button1)




More information about the Xfce4-commits mailing list