[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:
Michail Vourlakos 2017-12-03 15:13:55 +02:00
parent f75816a33a
commit 71f8f16fea

View File

@ -33,6 +33,7 @@ QtQuickControlStyle.ComboBoxStyle {
elide: Text.ElideRight
color: theme.buttonTextColor
verticalAlignment: Text.AlignTop
horizontalAlignment: Text.AlignLeft
}
background: Item {