From d46ec7dded4f267567fe13ac02dfd5e86e4e4a1e Mon Sep 17 00:00:00 2001 From: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com> Date: Mon, 3 Feb 2020 19:46:06 -0500 Subject: [PATCH] Fix indentation in Button.cpp --- Extensions/Button.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Extensions/Button.cpp b/Extensions/Button.cpp index f93a17b..06db266 100644 --- a/Extensions/Button.cpp +++ b/Extensions/Button.cpp @@ -69,9 +69,13 @@ void TFT_eSPI_Button::drawButton(bool inverted, String long_name) { uint8_t tempdatum = _gfx->getTextDatum(); _gfx->setTextDatum(_textdatum); if (long_name == "") +<<<<<<< HEAD //_gfx->drawString(_label, _x1 + (_w/2), _y1 + (_h/2) -4); <<<<<<< HEAD _gfx->drawString(_label, _x1 + _xd, _y1 + (_h/2) + _yd); +======= + _gfx->drawString(_label, _x1 + _xd, _y1 + (_h/2) + _yd); +>>>>>>> a21f7e5... Fix indentation in Button.cpp else _gfx->drawString(long_name, _x1 + _xd, _y1 + (_h/2) + _yd); =======