1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 23:05:48 +02:00

settings: update selected colors

Change-Id: I18191ef1a4e5e3a62d509e3871ea33550951e690
GitLab: #1237
This commit is contained in:
Sébastien Blin 2023-07-05 09:48:38 -04:00
parent 4f1e04a9b9
commit 5582d39a3f

View file

@ -209,7 +209,7 @@ SidePanelBase {
buttonTextFont.weight: isChildSelected ? Font.Medium : Font.Normal buttonTextFont.weight: isChildSelected ? Font.Medium : Font.Normal
buttonTextEnableElide: true buttonTextEnableElide: true
normalColor: isChildSelected ? JamiTheme.smartListSelectedColor : "transparent" normalColor: "transparent"
hoveredColor: JamiTheme.smartListHoveredColor hoveredColor: JamiTheme.smartListHoveredColor
imageColor: JamiTheme.tintedBlue imageColor: JamiTheme.tintedBlue
@ -244,9 +244,8 @@ SidePanelBase {
radius: 0 radius: 0
alignement: Text.AlignLeft alignement: Text.AlignLeft
Layout.preferredWidth: parent.width - 28 Layout.fillWidth: true
Layout.leftMargin: 28 preferredLeftMargin: 74
preferredLeftMargin: 47
imageContainerWidth: 0 imageContainerWidth: 0
height: JamiTheme.settingsMenuChildrenButtonHeight height: JamiTheme.settingsMenuChildrenButtonHeight
@ -256,7 +255,7 @@ SidePanelBase {
buttonTextFont.weight: isSelected ? Font.Medium : Font.Normal buttonTextFont.weight: isSelected ? Font.Medium : Font.Normal
buttonTextEnableElide: true buttonTextEnableElide: true
normalColor: "transparent" normalColor: isSelected ? JamiTheme.smartListSelectedColor : "transparent"
hoveredColor: JamiTheme.smartListHoveredColor hoveredColor: JamiTheme.smartListHoveredColor
onClicked: open(modelData.id) onClicked: open(modelData.id)