HGGitLab

Commit 7b8d8f86 authored by yangjiaxuan's avatar yangjiaxuan

翻译

parent 1cfd1103
This diff is collapsed.
...@@ -196,7 +196,7 @@ void hg_settingdialog::create_scheme_management_ui(QVBoxLayout* layout) ...@@ -196,7 +196,7 @@ void hg_settingdialog::create_scheme_management_ui(QVBoxLayout* layout)
layout->addSpacing(30); layout->addSpacing(30);
title = new QLabel(this); title = new QLabel(this);
title->setText(tr("configuration name")); title->setText(tr("configuration name: "));
layout->addWidget(title); layout->addWidget(title);
edit_name_->setEnabled(enabled); edit_name_->setEnabled(enabled);
edit_name_->setFixedWidth(title->width()); edit_name_->setFixedWidth(title->width());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment