From 32108a82299df8300f632adc6772e26d3b3e0368 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sun, 13 Dec 2015 11:50:31 -0800 Subject: [PATCH] Field for register set name was too narrow. --- firmware/application/ui_debug.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/ui_debug.hpp b/firmware/application/ui_debug.hpp index ccba0f26..16906ccd 100644 --- a/firmware/application/ui_debug.hpp +++ b/firmware/application/ui_debug.hpp @@ -175,7 +175,7 @@ public: private: Text text_title { - { 88, 16, 40, 16 }, + { 88, 16, 64, 16 }, RegistersWidget::name, };