chore: Update PyQT version to PyQT6 and adjust window geometry in URLManager
This commit is contained in:
2
app.py
2
app.py
@ -71,7 +71,7 @@ class URLManager(QWidget):
|
||||
self.translations = {}
|
||||
self.load_translations(f'lang/translations_{self.settings["language"].lower()[:2]}.json')
|
||||
self.setWindowTitle(self.translations['title'])
|
||||
self.setGeometry(100, 100, 600, 800)
|
||||
self.setGeometry(100, 100, 600, 600)
|
||||
self.setWindowIcon(QIcon('assets/logo.png'))
|
||||
|
||||
self.layout = QVBoxLayout()
|
||||
|
||||
Reference in New Issue
Block a user