Skip to content
Snippets Groups Projects
Commit ad29993e authored by Capucine Berthet's avatar Capucine Berthet
Browse files

AboutJami button : text scale with text size

GitLab: #1348
Change-Id: I442b4ca074113ca4460757780b1bcc0b1675a35e
parent 70ce0c09
No related branches found
No related tags found
No related merge requests found
......@@ -261,16 +261,14 @@ ListSelectionView {
TextMetrics {
id: textSize
font.weight: Font.Bold
font.pixelSize: 20
font.capitalization: Font.AllUppercase
text: aboutJami.text
}
tertiary: true
anchors.horizontalCenter: parent.horizontalCenter
preferredWidth: textSize.width
preferredWidth: text.width
text: JamiStrings.aboutJami
fontSize: 12
onClicked: viewCoordinator.presentDialog(appWindow, "mainview/components/AboutPopUp.qml")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment