mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
general settings widget ui revolution for convenience + widget locks: fixed #927
This commit is contained in:
@@ -65,6 +65,9 @@ void TunnelPane::setupTunnelPane(
|
||||
typeLabel->setObjectName(QStringLiteral("typeLabel"));
|
||||
horizontalLayout_->addWidget(typeLabel);
|
||||
horizontalLayout_->addWidget(tunnelTypeComboBox);
|
||||
QPushButton * lockButton1 = new QPushButton(gridLayoutWidget_2);
|
||||
horizontalLayout_->addWidget(lockButton1);
|
||||
widgetlocks.add(new widgetlock(tunnelTypeComboBox, lockButton1));
|
||||
this->tunnelTypeComboBox=tunnelTypeComboBox;
|
||||
QSpacerItem * horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
horizontalLayout_->addItem(horizontalSpacer);
|
||||
|
||||
Reference in New Issue
Block a user