Skip to content
Snippets Groups Projects
Commit 885f05ba authored by Sébastien Blin's avatar Sébastien Blin
Browse files

welcomepage: fix color and size for about button

Change-Id: Ia8eaaca2ab3eace4dcf9cd4a06d59ef343c44da3
GitLab: #1401
parent 60cfc893
Branches
Tags
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment