[Xword-commits] r91 - trunk

btb at garage.maemo.org btb at garage.maemo.org
Tue May 20 06:56:14 EEST 2008


Author: btb
Date: 2008-05-20 06:56:13 +0300 (Tue, 20 May 2008)
New Revision: 91

Modified:
   trunk/xword
Log:
make buttons look nicer on non-hildon


Modified: trunk/xword
===================================================================
--- trunk/xword	2008-05-20 03:53:22 UTC (rev 90)
+++ trunk/xword	2008-05-20 03:56:13 UTC (rev 91)
@@ -1971,6 +1971,7 @@
                     button.set_image(self.load_icon(
                              HOME_PATH + os.sep + item + '.xpm'))
 
+                button.set_relief(gtk.RELIEF_NONE)
                 button.connect('clicked',self.letterbox_event,item)
                 table.attach(button, x, x+1, y, y+1)
                 y += 1



More information about the Xword-commits mailing list