Improve geometry handling for widgets.
This commit is contained in:
parent
79dcc9a238
commit
51512cca5f
2 changed files with 24 additions and 20 deletions
|
@ -26,7 +26,7 @@ def main():
|
|||
root.wm_title("Inara Updater")
|
||||
settings = utils.get_settings()
|
||||
app = gui.UpdateWindow(root, settings)
|
||||
root.minsize(200, 100)
|
||||
root.minsize(250, 150)
|
||||
root.mainloop()
|
||||
|
||||
else:
|
||||
|
|
Reference in a new issue