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:
parent
60cfc8938f
commit
885f05ba12
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue