mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Try setting a saner default row height in the data browser
Maybe this helps with issue #419.
This commit is contained in:
@@ -1692,9 +1692,7 @@ void MainWindow::loadExtensionsFromSettings()
|
||||
void MainWindow::reloadSettings()
|
||||
{
|
||||
// Set data browser font
|
||||
QFont dataBrowserFont(Settings::getValue("databrowser", "font").toString());
|
||||
dataBrowserFont.setPointSize(Settings::getValue("databrowser", "fontsize").toInt());
|
||||
ui->dataTable->setFont(dataBrowserFont);
|
||||
ui->dataTable->reloadSettings();
|
||||
|
||||
// Set prefetch sizes for lazy population of table models
|
||||
m_browseTableModel->setChunkSize(Settings::getValue("db", "prefetchsize").toInt());
|
||||
|
||||
Reference in New Issue
Block a user