Some titles were too long

This commit is contained in:
eried 2020-06-28 21:42:19 +02:00
parent 9096532eee
commit 5677b0faf1
3 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ public:
void update(const AircraftRecentEntry& entry); void update(const AircraftRecentEntry& entry);
std::string title() const override { return "Aircraft details"; }; std::string title() const override { return "Details"; };
private: private:
AircraftRecentEntry entry_copy { 0 }; AircraftRecentEntry entry_copy { 0 };

View File

@ -50,7 +50,7 @@ public:
void focus() override; void focus() override;
std::string title() const override { return "Numbers station"; }; std::string title() const override { return "Station"; };
private: private:
NavigationView& nav_; NavigationView& nav_;

View File

@ -40,7 +40,7 @@ public:
void focus() override; void focus() override;
std::string title() const override { return "Signal generator"; }; std::string title() const override { return "Generator"; };
private: private:
void start_tx(); void start_tx();