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,
|
10,
|
||||||
button=do,
|
button=do,
|
||||||
tip=filename,
|
tip=filename,
|
||||||
fill=False)
|
fill=False,
|
||||||
|
clip=[
|
||||||
|
50,
|
||||||
|
100,
|
||||||
|
win.current["w"]-100,
|
||||||
|
win.current["h"]-200
|
||||||
|
])
|
||||||
|
|
||||||
layer.stroke()
|
layer.stroke()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue