start laying out parameter sliders.

This commit is contained in:
2023-09-16 10:45:56 +01:00
parent 719328c6de
commit e0f36b2411
3 changed files with 100 additions and 5 deletions

View File

@@ -476,6 +476,8 @@ class NVDAVMWindow(psg.Window):
filepath = Path(filepath)
self.vm.set("command.load", str(filepath))
self.logger.debug(f"loading config file from {filepath}")
for i in (25, 50): # for the benefit of the sliders
self.TKroot.after(i, self.on_pdirty)
self.TKroot.after(
200,
self.nvda.speak,