mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 11:30:19 +01:00
* Change icon size to 96x96.
This commit is contained in:
@@ -33,8 +33,8 @@ import Image
|
|||||||
class Img(object):
|
class Img(object):
|
||||||
def __init__(self, filename=None, base=''):
|
def __init__(self, filename=None, base=''):
|
||||||
self.root = 'images'
|
self.root = 'images'
|
||||||
self.x = 160
|
self.x = 96
|
||||||
self.y = 160
|
self.y = 96
|
||||||
self.filename = filename
|
self.filename = filename
|
||||||
self.base = base
|
self.base = base
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user