mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-03 10:35:05 +08:00
RTL: fix GeneralMenuItem text position
Added anchors to improve design for RTL languages Gitlab: #1949 Change-Id: I2f867a0cda6a9e70ddbb2960a8f466f5ee322421
This commit is contained in:
committed by
François-Simon Fauteux-Chapleau
parent
a00a191371
commit
04e43b07f4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user