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