Fix UI occlusion
This commit is contained in:
parent
959cb7ea2d
commit
f281dcf787
|
@ -112,7 +112,7 @@ void WpaWifiDialog::initUI() {
|
|||
nameEditor = new QLineEdit(nameFrame);
|
||||
nameEditor->setFixedHeight(48);
|
||||
nameLabel->setFixedWidth(100);
|
||||
nameLabel->setText(tr("Connection name"));
|
||||
nameLabel->setText(tr("Name"));
|
||||
nameEditor->setText(connectionName);
|
||||
if (connectionName == "") {
|
||||
//添加隐藏wifi时
|
||||
|
@ -165,7 +165,7 @@ void WpaWifiDialog::initUI() {
|
|||
innerCombox = new QComboBox(innerFrame);
|
||||
innerCombox->setFixedHeight(48);
|
||||
innerLabel->setFixedWidth(100);
|
||||
innerLabel->setText(tr("inner authentication"));
|
||||
innerLabel->setText(tr("Inner auth"));
|
||||
innerLyt->addWidget(innerLabel);
|
||||
innerLyt->addWidget(innerCombox);
|
||||
innerFrame->setLayout(innerLyt);
|
||||
|
|
Binary file not shown.
|
@ -1771,7 +1771,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/wpawifidialog.cpp" line="113"/>
|
||||
<source>Connection name</source>
|
||||
<source>Name</source>
|
||||
<translation type="unfinished">连接名称</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1786,7 +1786,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../src/wpawifidialog.cpp" line="166"/>
|
||||
<source>inner authentication</source>
|
||||
<source>Inner auth</source>
|
||||
<translation type="unfinished">阶段2身份验证</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Reference in New Issue