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

ClockSettings: Display a text bubble with extra time zone information

This commit is contained in:
Timothy Flynn 2022-02-02 17:15:17 -05:00 committed by Andreas Kling
parent 4d2ea773db
commit 362e167239
3 changed files with 34 additions and 1 deletions

View file

@ -34,4 +34,5 @@ private:
RefPtr<Gfx::Bitmap> m_time_zone_marker;
Optional<Gfx::FloatPoint> m_time_zone_location;
String m_time_zone_text;
};