mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +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:
parent
10afd5a721
commit
e1a72c6df8
2 changed files with 12 additions and 12 deletions
|
@ -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 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue