RTL: Fix ScrollBar & ToolButton
ScrollBar: Fix pixel alignment in RTL mode
PenWidth::Frame is a floating number, intentionally set to something non-integer. So it needs to round up or down as appropriate instead of throwing it at default truncating strategy.
Before | After |
---|---|
(The other, second pixel mis-alignment is due to be fixed in System Settings and Kirigami/ColumnView)
ToolButton: Fix drop-down menu arrow in RTL layouts
Before | |
---|---|
After |
CCMAIL @jblackquill