fix(ui): modify ui of system proxy manual mode(bug#190970 #190975)
This commit is contained in:
parent
520bd25635
commit
641e80d184
|
@ -348,7 +348,7 @@ void Proxy::initUi(QWidget *widget)
|
|||
mIgnoreLayout->setSpacing(10);
|
||||
mIgnoreLayout->setContentsMargins(16, 0, 16, 24);
|
||||
mIgnoreLabel = new QLabel(mIgnoreFrame);
|
||||
mIgnoreLabel->setFixedHeight(36);
|
||||
mIgnoreLabel->setWordWrap(true);
|
||||
mIgnoreLineEdit = new QTextEdit(mIgnoreFrame);
|
||||
mIgnoreLineEdit->setFixedHeight(120);
|
||||
mIgnoreLineEdit->setStyleSheet("border-radius:6px;background-color: palette(button)");
|
||||
|
|
Loading…
Reference in New Issue