From a683f4689264f85953c246ac15492bad25974197 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Thu, 19 Nov 2015 09:16:44 -0600 Subject: use a single layout for help screens as they're basically all the same, misc tweaks and fixes --- Layout/LayoutJoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Layout/LayoutJoin.cpp') diff --git a/Layout/LayoutJoin.cpp b/Layout/LayoutJoin.cpp index 3b67c28..6a2e3be 100644 --- a/Layout/LayoutJoin.cpp +++ b/Layout/LayoutJoin.cpp @@ -85,7 +85,7 @@ void LayoutJoin::updateCountdown(uint32_t seconds) { char buf[16]; size_t size; - writeField(_fCountdownLabel, "No Free Channel"); + writeField(_fCountdownLabel, "No Free Channel", true); size = snprintf(buf, sizeof(buf), "%lu", seconds); writeField(_fPower, buf, size, true); } -- cgit v1.2.3