[RTL] - align properly the selected text for RTL
Summary: --align selected text correctly for PlasmaComponents2.ComboBox taking into account RTL. BUG: 387415 Test Plan: use ComboBoxes in RTL and LTR in order to check a proper behavior Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: broulik, plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D9126
This commit is contained in:
parent
f75816a33a
commit
71f8f16fea
@ -33,6 +33,7 @@ QtQuickControlStyle.ComboBoxStyle {
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
color: theme.buttonTextColor
|
color: theme.buttonTextColor
|
||||||
verticalAlignment: Text.AlignTop
|
verticalAlignment: Text.AlignTop
|
||||||
|
horizontalAlignment: Text.AlignLeft
|
||||||
}
|
}
|
||||||
|
|
||||||
background: Item {
|
background: Item {
|
||||||
|
Loading…
Reference in New Issue
Block a user