Fixed back arrow size
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
class Frame_Base {
|
class Frame_Base {
|
||||||
public:
|
public:
|
||||||
Frame_Base(bool _has_title = true);
|
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 ~Frame_Base();
|
||||||
virtual int run();
|
virtual int run();
|
||||||
virtual void exit();
|
virtual void exit();
|
||||||
|
|||||||
Reference in New Issue
Block a user