What happened

CronTimer’s schedule-option radio list (CronExpressionEditor) appeared more compressed than Compute’s equivalent operation-option list (EditCompute). The inner Column of CronTimer schedule options used SPACING_SMALL = 8dp, while Compute’s OptionRadioButton rows carry explicit vertical = PADDING_VERTICAL_CHIP = 2dp padding with a PADDING_EXTRA_SMALL = 4dp column gap — the padding makes each row appear taller and more breathable even though the raw gap between rows is the same 8dp. Without per-row padding in CronTimer, its options look cramped relative to Compute’s visually airy list.

Fix

The 4dp increase offsets the absence of per-row vertical padding, giving the schedule option list a visual density that matches the Compute screen’s radio list.

Prevention