Skip to content

Commit

Permalink
Qt: Label Lua Editor window
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 1, 2024
1 parent 6b1f39b commit 79a9de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panda_qt/text_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79a9de2

Please sign in to comment.