Skip to content

Reduce horizontal padding of FormCard delegates

Carl Schwan requested to merge work/carl/reduce-padding-formcard into master

Make the horizontal padding the same as the vertical padding. This moves them from gridUnit (18px) to largeSpacing + smallSpacing (12px).

12px was already used when used inside a FormCardDialog to align the padding to the dialog buttons.

Increase slightly icon sizes of FormCard delegates so that they align themselves correctly with checkbox and radio buttons

header After
image image
image image
Edited by Carl Schwan

Merge request reports