diff --git a/src/main.py b/src/main.py index 0c2e08a..3987b89 100644 --- a/src/main.py +++ b/src/main.py @@ -79,7 +79,8 @@ def __init__(self, *args, **kwargs): stop_btn.triggered.connect(self.browser.stop) navtb.addAction(stop_btn) - # Display Window + # Display Window and Set Size + self.resize(1200, 800) self.show() # Functions