1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

Taskbar: Update ClockWidget FrameShape and adjust dimensions

Uses the new Window FrameShape. Fixes some erroneously elided text
and incorrect calendar window placement.
This commit is contained in:
thankyouverycool 2022-02-25 11:56:26 -05:00 committed by Andreas Kling
parent 10afd5a721
commit e1a72c6df8
2 changed files with 12 additions and 12 deletions

View file

@ -51,6 +51,7 @@ private:
RefPtr<GUI::Button> m_calendar_launcher;
RefPtr<Core::Timer> m_timer;
int m_time_width { 0 };
Gfx::IntSize m_window_size { 158, 186 };
};
}