From f0142d90d45a4e986f52d443f964da9288ad744c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 31 Oct 2020 14:27:53 +0100 Subject: [PATCH] Update comment --- src/widgets/fancytabwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/fancytabwidget.cpp b/src/widgets/fancytabwidget.cpp index c97ad3cc5..8a38ae081 100644 --- a/src/widgets/fancytabwidget.cpp +++ b/src/widgets/fancytabwidget.cpp @@ -411,7 +411,7 @@ void FancyTabWidget::currentTabChanged(const int idx) { } -// Override subElementRect() and use QCommonStyle to fix a problem with certain styles. +// Override QStyle::subElementRect() and use QCommonStyle to fix a problem with certain styles. // Something is causing the contents of the tabbar to be stretched from top to bottom with space between icons and text. // You can see this on the default Fedora (Gnome) installation. // Also fixes the tabbar on macOS where the content was in the middle.