1
0
Fork 0
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:
Fadi Shehadeh 2025-03-13 17:11:55 -04:00 committed by François-Simon Fauteux-Chapleau
parent a00a191371
commit 04e43b07f4

View file

@ -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