fix(ui): modify ui of system proxy manual mode(bug#190970 #190975)

This commit is contained in:
zhangyuanyuan1 2023-09-22 10:30:12 +08:00
parent 520bd25635
commit 641e80d184
1 changed files with 1 additions and 1 deletions

View File

@ -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)");