mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Also apply table view settings to the SQL result tables
Use the same font settings for the result table views in the Execute SQL tabs as for the Browse Data table view. See issue #1240.
This commit is contained in:
@@ -125,8 +125,9 @@ void SqlExecutionArea::saveAsView()
|
||||
|
||||
void SqlExecutionArea::reloadSettings()
|
||||
{
|
||||
// Reload editor settings
|
||||
// Reload editor and table settings
|
||||
ui->editEditor->reloadSettings();
|
||||
ui->tableResult->reloadSettings();
|
||||
|
||||
// Set font
|
||||
QFont logfont(Settings::getValue("editor", "font").toString());
|
||||
|
||||
Reference in New Issue
Block a user