diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-30 16:38:08 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-30 16:38:08 -0500 |
commit | 19959f8479d1bb74f75890dcccbc038871771480 (patch) | |
tree | 56aab329819e56a7bcf405f08f2c0fbda9480270 /src/tracker_frame.cpp | |
parent | 90a208870cfe150f494e21b351152119f98633a2 (diff) | |
parent | 7cb55acb62c5a03df75edd0c3c8f228295c1bee8 (diff) | |
download | lingo-ap-tracker-19959f8479d1bb74f75890dcccbc038871771480.tar.gz lingo-ap-tracker-19959f8479d1bb74f75890dcccbc038871771480.tar.bz2 lingo-ap-tracker-19959f8479d1bb74f75890dcccbc038871771480.zip |
Merge branch 'main' into future
Diffstat (limited to 'src/tracker_frame.cpp')
-rw-r--r-- | src/tracker_frame.cpp | 3 |
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; |