mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Will make the advanced settings dialog wider
This commit is contained in:
parent
3a7cb70a1d
commit
169bed6ada
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class AdvancedSettingsDialog(QDialog):
|
|||
self.settings = Settings()
|
||||
|
||||
self.setWindowTitle(_("Advanced Settings"))
|
||||
self.setMinimumWidth(800)
|
||||
|
||||
layout = QFormLayout(self)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue