mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-15 07:05:48 +01:00
Will allow window to be resized smaller. (#762)
This commit is contained in:
parent
731efd7d38
commit
60991ccf02
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ class MainWindow(QMainWindow):
|
|||
|
||||
self.setWindowTitle(APP_NAME)
|
||||
self.setWindowIcon(QIcon(BUZZ_ICON_PATH))
|
||||
self.setMinimumSize(1240, 600)
|
||||
self.setBaseSize(1240, 600)
|
||||
self.resize(1240, 600)
|
||||
|
||||
self.setAcceptDrops(True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue