mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
committed by
Mathew Sutcliffe
parent
0f57385325
commit
5ab1ae7193
@@ -226,6 +226,13 @@ namespace BlackGui
|
||||
ui->rb_Settings->setEnabled(allow);
|
||||
}
|
||||
|
||||
void CCopyConfigurationComponent::resizeEvent(QResizeEvent *event)
|
||||
{
|
||||
const int w = 0.45 * this->width();
|
||||
ui->cb_OtherVersions->setMaximumWidth(w);
|
||||
QFrame::resizeEvent(event);
|
||||
}
|
||||
|
||||
void CCopyConfigurationComponent::currentVersionChanged(const QString &text)
|
||||
{
|
||||
Q_UNUSED(text);
|
||||
|
||||
Reference in New Issue
Block a user