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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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