[tools] Added pil to view image files.

This commit is contained in:
Andrew Hamilton 2017-03-28 22:53:03 +02:00
parent 6edcfbb746
commit e1742f6959
20 changed files with 198 additions and 4 deletions

View file

@ -401,6 +401,15 @@ class Placeholder:
return self.widget.appearance(dimensions)
class Fixed:
def __init__(self, appearance):
self.appearance_min_ = appearance
def appearance_min(self):
return self.appearance_min_
##########################