We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fccb07 commit 5e36de7Copy full SHA for 5e36de7
python/plugins/db_manager/dlg_sql_window.py
@@ -70,7 +70,6 @@ def __init__(self, iface, db, parent=None):
70
71
self.editSql.setFocus()
72
self.editSql.setVerticalScrollBarPolicy(Qt.ScrollBarAsNeeded)
73
- self.editSql.setMarginVisible(True)
74
self.initCompleter()
75
76
# allow copying results
0 commit comments