Skip to content

Commit

Permalink
Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
亨睿 committed Feb 17, 2020
1 parent 504b000 commit 3ae7175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/home/views/HomeVIew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void HomeView::_drawWeather(CanvasContext *context) {

context->setTextAlign(TextAlign::LEFT);
context->setFont(Meteocons_Plain_42);
context->drawString(now.dayCondCode, PADDING_LEFT, 12);
context->drawString(now.dayCondCode, PADDING_LEFT, 11);
} else {
context->setTextAlign(TextAlign::CENTER);
context->setFontSize(FontSize::NORMAL);
Expand Down

0 comments on commit 3ae7175

Please sign in to comment.