Skip to content

Commit

Permalink
Update folder_browser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
villares committed Oct 13, 2023
1 parent b29199d commit 236ab69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin_scripts/folder_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
if DEBUG:
print(f'Running on: {sys.executable}')

line_h = 150
margin = 12
line_h = 160
margin = 16
image_h = line_h - margin * 2
coll_w = 150
coll_w = 160

mode = {
'mode': 'browse',
Expand Down

0 comments on commit 236ab69

Please sign in to comment.