Skip to content

Commit

Permalink
set correct default icon size in bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed May 30, 2021
1 parent 1a3c366 commit 66ecf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fm/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ void MainWindow::loadSettings(bool wState, bool hState, bool tabState, bool thum
// Load zoom settings
zoom = settings->value("zoom", 48).toInt();
zoomTree = settings->value("zoomTree", 16).toInt();
zoomBook = settings->value("zoomBook", 32).toInt();
zoomBook = settings->value("zoomBook", 24).toInt();
zoomList = settings->value("zoomList", 24).toInt();
zoomDetail = settings->value("zoomDetail", 32).toInt();
detailTree->setIconSize(QSize(zoomDetail, zoomDetail));
Expand Down

0 comments on commit 66ecf31

Please sign in to comment.