support RTL for badges in plasmoid

pull/2/head
Michail Vourlakos 7 years ago
parent 5f148b950e
commit 39a9bf4301

@ -303,6 +303,9 @@ Item{
}
property var mask: ShaderEffectSource {
sourceItem: Item{
LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft
LayoutMirroring.childrenInherit: true
width: iconImageBuffer.width
height: iconImageBuffer.height

Loading…
Cancel
Save