Skip to content

RTL: Fix ScrollBar & ToolButton

ivan tkachenko requested to merge work/ratijas/rtl into master

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
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 Before
After After

CCMAIL @jblackquill

Merge request reports