Formatting

This commit is contained in:
Jonas Kvinge
2021-06-22 14:04:32 +02:00
parent 83a70fecca
commit b071ecb45e
5 changed files with 13 additions and 10 deletions

View File

@@ -146,8 +146,8 @@ class FancyTabBar: public QTabBar { // clazy:exclude=missing-qobject-macro
int w = std::max(tabWidget->iconsize_smallsidebar(), rect.height()) + 15;
int h = tabWidget->iconsize_smallsidebar() + rect.width() + 20;
size = QSize(w, h);
}
else {
}
else {
size = QTabBar::tabSizeHint(index);
}