[Qt] Fix up about window

This commit is contained in:
wheremyfoodat 2023-10-31 19:33:14 +02:00
parent 9bc46229c6
commit f2b7f14dcd

View file

@ -39,7 +39,8 @@ AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) {
"- marysaka<br>"
"- Sky<br>"
"- merryhime<br>"
"- TGP17<br>")
"- TGP17<br>"
"- Shadow<br>")
);
QLabel* textLabel = new QLabel(text);