mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-27 09:27:55 +03:00
Set QRCode window to fixed size
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -34,6 +34,7 @@ class ExportQRCode(MainWindow):
|
||||
|
||||
self.setWindowTitle(_(APPLICATION_NAME))
|
||||
self.setWindowIcon(bootstrapIcon('rocket-takeoff-window.svg'))
|
||||
self.setFixedSize(640, 640)
|
||||
|
||||
self.labelList = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user