Skip to content

Commit

Permalink
Fix inidebug window
Browse files Browse the repository at this point in the history
  • Loading branch information
jpattWPC committed Nov 24, 2023
1 parent 4966609 commit 6d250fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/vdiclient.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"upgrade_guid" : "46cbad92-353e-4b28-9bee-83950991dad8",
"version" : "2.0.1",
"version" : "2.0.2",
"product_name" : "VDI Client",
"manufacturer" : "Josh Patten",
"name" : "VDI Client",
Expand Down
2 changes: 1 addition & 1 deletion vdiclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def setvmlayout(vms):

def iniwin(inistring):
inilayout = [
[sg.Multiline(default_text=inistring, size=(800*G.scaling, 600*G.scaling))]
[sg.Multiline(default_text=inistring, size=(100, 40))]
]
iniwindow = sg.Window('INI debug', inilayout)
while True:
Expand Down

0 comments on commit 6d250fa

Please sign in to comment.