From 25e40103d390f63769d8079f93e258469b243df1 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 20 Mar 2022 13:12:30 +0100 Subject: [PATCH] outdated comment fixed --- src/layouts/QskLayoutChain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/QskLayoutChain.cpp b/src/layouts/QskLayoutChain.cpp index 48ceb4a5..43a2f514 100644 --- a/src/layouts/QskLayoutChain.cpp +++ b/src/layouts/QskLayoutChain.cpp @@ -341,7 +341,7 @@ QskLayoutChain::Segments QskLayoutChain::minimumExpanded( qreal size ) const - according to the preferred sizes - items with a larger preferred size are stretchier: this is - what QSK_LAYOUT_COMPAT does ( compatible with QGridLayoutEngine ) + what QGridLayoutEngine does - somehow using the stretch factors */