mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 13:44:26 -04:00
Long titles corrupt the header
This commit is contained in:
parent
4597c61c57
commit
50b9f3219c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public:
|
||||||
|
|
||||||
void focus() override;
|
void focus() override;
|
||||||
|
|
||||||
std::string title() const override { return "Touch calibration"; };
|
std::string title() const override { return "Calibration"; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
enum class Phase {
|
enum class Phase {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue