Fixed back arrow size

This commit is contained in:
2021-03-21 13:13:49 +01:00
parent 95c5093239
commit 2eac93dd03

View File

@@ -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();