alignment of the combo boxes
This commit is contained in:
parent
e3b62e0896
commit
25be2106d5
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user