From 13673d02f25ac2231b36f3f0efbc9e2fb9847f87 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 23 Sep 2021 06:45:54 -0400 Subject: [PATCH] Remove alphaLabel from MenuBar. --- src/app/MenuBar.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/MenuBar.cpp b/src/app/MenuBar.cpp index e82c1b78..847d615f 100644 --- a/src/app/MenuBar.cpp +++ b/src/app/MenuBar.cpp @@ -881,10 +881,9 @@ struct MenuBar : widget::OpaqueWidget { helpButton->text = "Help"; layout->addChild(helpButton); - ui::Label* alphaLabel = new ui::Label; - alphaLabel->color.a = 0.5; - alphaLabel->text = "Pre-alpha build. Not for release."; - layout->addChild(alphaLabel); + // ui::Label* titleLabel = new ui::Label; + // titleLabel->color.a = 0.5; + // layout->addChild(titleLabel); meterLabel = new MeterLabel; meterLabel->box.pos.y = margin;