ProjectSettings: show error msg in a label instead

This commit is contained in:
Poommetee Ketson
2017-10-28 09:35:09 +07:00
parent 0c043bc257
commit 9449a34f4f
2 changed files with 15 additions and 4 deletions

View File

@ -86,6 +86,7 @@ class ProjectSettingsEditor : public AcceptDialog {
LineEdit *action_name;
Button *action_add;
Label *action_add_error;
Tree *input_editor;
bool setting;
bool updating_translations;