From 25be2106d5c4801d56cd74e0d8749e650e609a81 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 3 Mar 2023 18:11:09 +0100 Subject: [PATCH] alignment of the combo boxes --- examples/gallery/selector/SelectorPage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/gallery/selector/SelectorPage.cpp b/examples/gallery/selector/SelectorPage.cpp index 974a0c5d..8d1fa92b 100644 --- a/examples/gallery/selector/SelectorPage.cpp +++ b/examples/gallery/selector/SelectorPage.cpp @@ -69,6 +69,8 @@ void SelectorPage::populate() auto* horizontalButtonsBox = new Box( Qt::Vertical, this ); auto* comboBoxBox = new QskLinearBox( Qt::Horizontal, horizontalButtonsBox ); + comboBoxBox->setExtraSpacingAt( Qt::BottomEdge ); + auto* comboBox1 = new QskComboBox( comboBoxBox ); comboBox1->setLabel( "label" ); comboBox1->addOption( {}, "airport" );