1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

Add a clock widget.

This commit is contained in:
Andreas Kling 2018-10-12 12:18:59 +02:00
parent 6637dec958
commit 73895ce043
12 changed files with 143 additions and 15 deletions

View file

@ -11,7 +11,6 @@ Painter::Painter(Widget& widget)
, m_font(Font::defaultFont())
{
if (auto* window = widget.window()) {
printf("window :: %s\n", window->title().characters());
m_translation = window->position();
m_translation.moveBy(widget.position());
} else {