From 9ab254ae5bbff8c3680304640f64b5a42e72b41a Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 11 Aug 2020 13:07:26 +0200 Subject: [PATCH] typo fixed --- src/controls/QskTabView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/QskTabView.cpp b/src/controls/QskTabView.cpp index a4e19449..6278efb5 100644 --- a/src/controls/QskTabView.cpp +++ b/src/controls/QskTabView.cpp @@ -235,7 +235,7 @@ QSizeF QskTabView::layoutSizeHint( #if 1 /* - How to limit the constribution of the tabbar in a reasonable way ? + How to limit the contribution of the tabbar in a reasonable way ? QTabWidget uses 200x200 - what is kind of random. TODO ... */ const qreal minBarSize = 200;