Minor design change

master
David Peer 2023-08-19 07:21:12 +02:00
parent 188aaa99f7
commit 0cec394aab
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
// clear icon area in case weather condition changed // clear icon area in case weather condition changed
g.clearRect(g.getWidth()-40, g.getHeight()-30, g.getWidth(), g.getHeight()); g.clearRect(g.getWidth()-40, g.getHeight()-30, g.getWidth(), g.getHeight());
weather.drawIcon(w, g.getWidth()-20, g.getHeight()-15, 13); weather.drawIcon(w, g.getWidth()-20, g.getHeight()-15, 14);
} catch(e) { } catch(e) {
g.drawString("ERR", g.getWidth()-3, g.getHeight() - 1, true); g.drawString("ERR", g.getWidth()-3, g.getHeight() - 1, true);