1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-23 00:45:29 +02:00

welcomepage: fix color and size for about button

Change-Id: Ia8eaaca2ab3eace4dcf9cd4a06d59ef343c44da3
GitLab: #1401
This commit is contained in:
Sébastien Blin 2023-11-06 13:10:46 -05:00
parent 60cfc8938f
commit 885f05ba12

View file

@ -266,8 +266,9 @@ ListSelectionView {
}
tertiary: true
secHoveredColor: JamiTheme.secAndTertiHoveredBackgroundColor
anchors.horizontalCenter: parent.horizontalCenter
preferredWidth: text.width
preferredWidth: textSize.width + 2 * JamiTheme.preferredMarginSize
text: JamiStrings.aboutJami
onClicked: viewCoordinator.presentDialog(appWindow, "mainview/components/AboutPopUp.qml")