Merge pull request #72 from BrickMyPhone/main

Update vdiclient.py
This commit is contained in:
jpattWPC
2023-09-30 08:03:41 -05:00
committed by GitHub

View File

@@ -255,7 +255,7 @@ def setvmlayout(vms):
layoutcolumn.append(tmplayout)
layoutcolumn.append([sg.HorizontalSeparator()])
if len(vms) > 5: # We need a scrollbar
layout.append([sg.Column(layoutcolumn, scrollable = True, size = [450*G.scaling, None] )])
layout.append([sg.Column(layoutcolumn, scrollable = True, size = [None, None] )])
else:
for row in layoutcolumn:
layout.append(row)