Resize query wizard when first opened to a reasonable size.
This commit is contained in:
@@ -3823,6 +3823,7 @@ class QueryBuilderWizard(QtWidgets.QDialog):
|
||||
self.queryNewOrHistory.addTab(self.historyTable, 'History')
|
||||
|
||||
self.updateValues()
|
||||
self.resize(1000, 600)
|
||||
|
||||
def sourceModeSwitch(self, newText: str):
|
||||
if newText == 'FROMDB':
|
||||
|
||||
Reference in New Issue
Block a user