Upload files to 'studio'
This commit is contained in:
parent
2027a35289
commit
dc8a7c3535
1 changed files with 3 additions and 3 deletions
|
@ -2618,7 +2618,7 @@ def layer(win):
|
|||
button=do)
|
||||
|
||||
tileX = tileX + 150
|
||||
if tileX > width - 10 and bn != len(blendfiles)-1:
|
||||
if tileX + 128 > width - 10 and bn != len(blendfiles)-1:
|
||||
tileX = 5
|
||||
current_Y_shots = current_Y_shots + 205
|
||||
|
||||
|
@ -2640,7 +2640,7 @@ def layer(win):
|
|||
# have a file selector. I'm going to use it instead. Tho
|
||||
# tell me if a copy-paste for files is a cool idea.
|
||||
|
||||
if tileX > width - 10:
|
||||
if tileX + 128 > width - 10:
|
||||
tileX = 5
|
||||
current_Y_shots = current_Y_shots + 205
|
||||
|
||||
|
@ -2707,7 +2707,7 @@ def layer(win):
|
|||
layer.show_text(searchis)
|
||||
|
||||
tileX = tileX + 150
|
||||
if tileX > width - 10:
|
||||
if tileX + 128 > width - 10:
|
||||
tileX = 5
|
||||
current_Y_shots = current_Y_shots + 205
|
||||
|
||||
|
|
Loading…
Reference in a new issue