diff options
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r-- | src/tabbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index f11ea688..be1b05fd 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -72,7 +72,7 @@ QSize TabBar::tabSizeHint(int index) const int n = count(); - if(n > 6) + if (n > 6) { w = s.width() / 5; } |