mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Minor cockpit COM UI adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
821e0b10b6
commit
16061f61e8
@@ -105,6 +105,12 @@ namespace BlackGui
|
||||
return ui->cb_SelcalPairs1->height();
|
||||
}
|
||||
|
||||
void CSelcalCodeSelector::setComboBoxMinimumHeight(int h)
|
||||
{
|
||||
ui->cb_SelcalPairs1->setMinimumHeight(h);
|
||||
ui->cb_SelcalPairs2->setMinimumHeight(h);
|
||||
}
|
||||
|
||||
void CSelcalCodeSelector::selcalIndexChanged(int index)
|
||||
{
|
||||
Q_UNUSED(index);
|
||||
|
||||
Reference in New Issue
Block a user