about summary refs log tree commit diff stats
path: root/tracker_frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker_frame.cpp')
-rw-r--r--tracker_frame.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker_frame.cpp b/tracker_frame.cpp index 0c3827e..b33cce9 100644 --- a/tracker_frame.cpp +++ b/tracker_frame.cpp
@@ -6,6 +6,8 @@ TrackerFrame::TrackerFrame()
6 : wxFrame(nullptr, wxID_ANY, "Lingo Archipelago Tracker") { 6 : wxFrame(nullptr, wxID_ANY, "Lingo Archipelago Tracker") {
7 ::wxInitAllImageHandlers(); 7 ::wxInitAllImageHandlers();
8 8
9 SetSize(1280, 728);
10
9 wxMenu *menuFile = new wxMenu(); 11 wxMenu *menuFile = new wxMenu();
10 menuFile->Append(wxID_EXIT); 12 menuFile->Append(wxID_EXIT);
11 13