mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T270, setup component improvements
This commit is contained in:
@@ -89,9 +89,9 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
this->displaySetupsPerCallsign();
|
||||
enableCallsign = true;
|
||||
}
|
||||
this->displaySetupsPerCallsign();
|
||||
ui->comp_CallsignCompleter->setReadOnly(!enableCallsign);
|
||||
ui->pb_Delete->setEnabled(enableCallsign);
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>80</height>
|
||||
<height>90</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user