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" );