[tools] Added pil to view image files.
This commit is contained in:
parent
6edcfbb746
commit
e1742f6959
20 changed files with 198 additions and 4 deletions
9
fill3.py
9
fill3.py
|
|
@ -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_
|
||||
|
||||
|
||||
##########################
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue