Skip to content

Center all QAbstractSpinBox, not just integer QSpinBox

Nyan Pasu requested to merge (removed):center-double-spinbox into master

Fixes misaligned QDoubleSpinBox, and aligns QDateTimeEdit (which may be a good thing as well).

Fixes #12 (closed).

Before:

qabstractspinbox_left_aligned

After:

qabstractspinbox_centered

Merge request reports