Various bugfix and GUI improvements.

This commit is contained in:
brunoherbelin
2020-06-01 12:41:12 +02:00
parent 114bf01b2a
commit 7b4408ece6
7 changed files with 81 additions and 50 deletions

View File

@@ -102,7 +102,7 @@ struct Application
std::vector<int> second (4,100);
windows = std::vector<WindowConfig>(3);
windows[0].name = APP_NAME APP_TITLE;
windows[1].name = APP_NAME " Output";
windows[1].name = APP_NAME " -- Output";
}
};