Increased panel icon hover shine
This commit is contained in:
parent
19d92c0bd1
commit
893fd879a2
@ -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 ):
|
||||||
|
Loading…
Reference in New Issue
Block a user