Skip to content

applets/digital-clock: tweak time zone UI

Reason for the change

  • applets/digital-clock: move Add button to page header

The time zone currently has its own header, which only contains the Add button. It feels a little lost there, sandwiched between the list and some helper text, and is not really recognizable as a ListView header.

  • applets/digital-clock: move usage tip to footer

The time zone configuration currently has a usage tip at the very top. This is a rather unusual position, we usually have these below the element that it is a tip for.

This change moves the usage tip to the footer, aligns it with the checkbox, and sets it to small font to match the other helper text.

  • applets/digital-clock: properly align helper text

The helper text on the time zone configuration page currently has a fixed padding of 2 largeSpacing. This does generally not align it nicely with the checkbox label that it is a helper for, the way we do in e.g. kcm_landingpage.

Instead, align it by indicator width + spacing.

  • applets/digital-clock: adjust usage tip wording

The time zone configuration page has a good usage tip, but the wording is not optimal. It hedges its own usefulness with "If you're frequently traveling", which is not necessary as it's also useful if only traveling to different time zones occasionally. It does not explain why the user might want to do this, and is a bit unclear in parts.

This change rephrases this label.

Test plan

  1. Open time zone config page
  2. (without) works (with) works but with a tweaked design

Screenshots or screen recordings

before after
timezones_before timezones_after

Bugs fixed

N/A


Requires plasma-desktop!2930 (merged) and !5402 (merged)

Merge request reports

Loading