about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tracker_frame.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tracker_frame.cpp b/src/tracker_frame.cpp index 4e3a8a8..a8c1063 100644 --- a/src/tracker_frame.cpp +++ b/src/tracker_frame.cpp
@@ -30,8 +30,6 @@ TrackerFrame::TrackerFrame()
30 30
31 AP_SetTrackerFrame(this); 31 AP_SetTrackerFrame(this);
32 32
33 SetSize(1280, 728);
34
35 wxMenu *menuFile = new wxMenu(); 33 wxMenu *menuFile = new wxMenu();
36 menuFile->Append(ID_CONNECT, "&Connect"); 34 menuFile->Append(ID_CONNECT, "&Connect");
37 menuFile->Append(ID_SETTINGS, "&Settings"); 35 menuFile->Append(ID_SETTINGS, "&Settings");
@@ -70,6 +68,7 @@ TrackerFrame::TrackerFrame()
70 top_sizer->Add(tracker_panel_, wxSizerFlags().Expand().Proportion(3)); 68 top_sizer->Add(tracker_panel_, wxSizerFlags().Expand().Proportion(3));
71 69
72 SetSizerAndFit(top_sizer); 70 SetSizerAndFit(top_sizer);
71 SetSize(1280, 728);
73 72
74 if (!GetTrackerConfig().asked_to_check_for_updates) { 73 if (!GetTrackerConfig().asked_to_check_for_updates) {
75 GetTrackerConfig().asked_to_check_for_updates = true; 74 GetTrackerConfig().asked_to_check_for_updates = true;