Fix #2613: fixed clang format issue

This commit is contained in:
David Antunes 2025-04-14 00:22:16 +01:00
parent 613a7b7b21
commit d2d6d70b08
No known key found for this signature in database
GPG Key ID: 28D5056B67786F56

View File

@ -1059,8 +1059,7 @@ void MainWindow::SetLastIconSizeBullet() {
ui->setIconSizeLargeAct->setChecked(true); ui->setIconSizeLargeAct->setChecked(true);
break; break;
} }
} } else {
else {
switch (lastSizeGrid) { switch (lastSizeGrid) {
case 69: case 69:
ui->setIconSizeTinyAct->setChecked(true); ui->setIconSizeTinyAct->setChecked(true);