applets/digital-clock: fix tooltip overflow and center time zones
Original commit message(s)
- applets/digital-clock: fix tooltip overflow and center time zones
Currently the tooltip forces a maximum width, which can cause the time zones grid to overflow. This change takes that grid into account when calculating that width. Also centers the time zones list, and enables wrapping for the remaining labels.
Test plan
Tested by adding a more time zones and switching to French locale or making the system font bigger
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
Bugs fixed
Edited by Luis Bocanegra

