From 79a9de25d4b8d9ee30a30fc712d5064bb0c143f9 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:08:35 +0200 Subject: [PATCH] Qt: Label Lua Editor window --- src/panda_qt/text_editor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panda_qt/text_editor.cpp b/src/panda_qt/text_editor.cpp index a31a829fb..24febd0d1 100644 --- a/src/panda_qt/text_editor.cpp +++ b/src/panda_qt/text_editor.cpp @@ -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