Increased panel icon hover shine

This commit is contained in:
hordepfo 2014-01-22 18:26:01 +00:00
parent 19d92c0bd1
commit 893fd879a2

View File

@ -574,7 +574,7 @@ class MenuWin( object ):
def do_image(self, image_file, saturate): def do_image(self, image_file, saturate):
pixbuf = GdkPixbuf.Pixbuf.new_from_file(image_file) pixbuf = GdkPixbuf.Pixbuf.new_from_file(image_file)
if saturate: if saturate:
GdkPixbuf.Pixbuf.saturate_and_pixelate(pixbuf, pixbuf, 1.5, False) pixbuf.saturate_and_pixelate(pixbuf, 50.0, False)
self.button_icon.set_from_pixbuf(pixbuf) self.button_icon.set_from_pixbuf(pixbuf)
def createPanelButton( self ): def createPanelButton( self ):