mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
RTL: fix GeneralMenuItem text position
Added anchors to improve design for RTL languages Gitlab: #1949 Change-Id: I2f867a0cda6a9e70ddbb2960a8f466f5ee322421
This commit is contained in:
parent
a00a191371
commit
04e43b07f4
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ MenuItem {
|
|||
|
||||
Text {
|
||||
id: contextMenuItemText
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
height: parent.height
|
||||
text: itemName
|
||||
color: dangerous ? JamiTheme.redColor : isActif ? JamiTheme.textColor : JamiTheme.chatViewFooterImgColor
|
||||
|
|
Loading…
Add table
Reference in a new issue