Preferences > SQL: Avoid different heights due to having check boxes or not

The uniform row heights property is set so the rows without check boxes is
the same as the rows with them (the difference might only be observable
with some theme engines)
This commit is contained in:
mgr
2018-09-25 23:18:45 +02:00
parent f9ac3aa711
commit ab991c5755

View File

@@ -40,6 +40,9 @@ PreferencesDialog::PreferencesDialog(QWidget* parent)
#endif
loadSettings();
// Avoid different heights due to having check boxes or not
ui->treeSyntaxHighlighting->setUniformRowHeights(true);
}
/*