Commit 5d5c7dfa authored by Projects's avatar Projects

clock: Increased the size of the clock canvas.

parent 92fd0483
......@@ -66,7 +66,7 @@ static void digital_watch_event(struct ui_widget *w, const struct event *evt) {
struct ui_widget digital_watch = {
digital_watch_redraw,
digital_watch_event,
{ 0, 35, 127, 35 + 53 },
{ 0, 35, 127, 35 + 58 },
0,
WF_ACTIVE | WF_VISIBLE
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment