aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/LiveEngineDialog.cpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-27 16:29:14 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-27 16:29:14 +0100
commit0e18d4ac8718414fd6192cc2983b7cd44f5fd28a (patch)
tree45c47dae3573e75fa98505378da9641a6936882b /src/game_tab/editor/LiveEngineDialog.cpp
parent5f209bd1d566adc21b061633781cbe54eb72648a (diff)
Improve live engine dialog
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialog.cpp')
-rw-r--r--src/game_tab/editor/LiveEngineDialog.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game_tab/editor/LiveEngineDialog.cpp b/src/game_tab/editor/LiveEngineDialog.cpp
new file mode 100644
index 0000000..9c5c43c
--- /dev/null
+++ b/src/game_tab/editor/LiveEngineDialog.cpp
@@ -0,0 +1,7 @@
+#include "LiveEngineDialog.hpp"
+
+LiveEngineDialog::LiveEngineDialog(wxWindow *parent)
+ : LiveEngineDialogFB(parent) {
+ lines_list->InsertColumn(0, "#");
+ lines_list->InsertColumn(1, "Moves",wxLIST_FORMAT_LEFT, 500);
+} \ No newline at end of file