Upload files to 'studio'
This commit is contained in:
parent
2dacb044b0
commit
ddf32fefbf
1 changed files with 7 additions and 1 deletions
|
@ -327,7 +327,13 @@ def layer(win, call):
|
|||
10,
|
||||
button=do,
|
||||
tip=filename,
|
||||
fill=False)
|
||||
fill=False,
|
||||
clip=[
|
||||
50,
|
||||
100,
|
||||
win.current["w"]-100,
|
||||
win.current["h"]-200
|
||||
])
|
||||
|
||||
layer.stroke()
|
||||
|
||||
|
|
Loading…
Reference in a new issue