From 2eac93dd03423bba632f46032f95092253dbf27f Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 21 Mar 2021 13:13:49 +0100 Subject: [PATCH] Fixed back arrow size --- src/frame/frame_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame/frame_base.h b/src/frame/frame_base.h index bdefcf9..7789c31 100644 --- a/src/frame/frame_base.h +++ b/src/frame/frame_base.h @@ -9,7 +9,7 @@ class Frame_Base { public: Frame_Base(bool _has_title = true); - void exitbtn(String title, uint16_t width = 150); + void exitbtn(String title, uint16_t width = 180); virtual ~Frame_Base(); virtual int run(); virtual void exit();