Add hint that first template will be applied automatically

This commit is contained in:
Martin Marmsoler 2023-11-12 21:53:55 +01:00
parent a63edf27f1
commit 5286ed190f

View File

@ -68,6 +68,8 @@ TemplateDialog::TemplateDialog(QList<TemplateButton::Template> &templates,
hBox->addItem(spacer);
hBox->addWidget(mRemove);
QVBoxLayout *vBox2 = new QVBoxLayout();
vBox2->addWidget(
new QLabel(tr("First template will be applied automatically"), this));
vBox2->addWidget(mTemplateList);
vBox2->addLayout(hBox);