Qt: Label Lua Editor window

This commit is contained in:
wheremyfoodat
2024-12-02 00:08:35 +02:00
committed by GitHub
parent 6b1f39bdf0
commit 79a9de25d4

View File

@@ -9,6 +9,7 @@ using namespace Zep;
TextEditorWindow::TextEditorWindow(QWidget* parent, const std::string& filename, const std::string& initialText)
: QDialog(parent), zepWidget(this, qApp->applicationDirPath().toStdString(), fontSize) {
setWindowTitle("Lua Editor");
resize(600, 600);
// Register our extensions