Manager: Miscellaneous changes

This commit is contained in:
Alexander Babikov
2025-07-30 23:39:59 +05:00
parent 176c1d5402
commit 0ea994a972
10 changed files with 16 additions and 12 deletions

View File

@@ -216,7 +216,7 @@ VMManagerDetailSection::setSections()
labelKey->setFont(smaller_font);
labelValue->setFont(smaller_font);
labelKey->setText(section.name + ":");
labelKey->setText(QCoreApplication::translate("", QString(section.name + ":").toUtf8().data()));
labelValue->setText(line);
if(!keyAdded) {
frameGridLayout->addWidget(labelKey, row, 0, Qt::AlignLeft);