Skip to content
Verified Commit e3311468 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

applets/digital-clock: Fix sizing and layouts of CalendarView full representation

It makes sizes and paddings more consistent, and fixes RTL issues such
as manually mirroring left/right padding properties.

Top level layout is now simpler thanks to the anchors. But width still
has to be manually set to round(parent.width/2) to keep it pixel-perfect because anchors don't care and binding to e.g. horizontalCenter would
result in fractional positioning without any easy way to snap it back.

Top-level custom property "paddings" was increased from 1 smallSpacing
to 2 of them, since that's what really consistent with the calendar view
on the other side, and it looks better for border-touching items anyway.
parent 6b04bc09
Pipeline #386822 passed with stage
in 11 minutes and 22 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment