Skip to content
Snippets Groups Projects
Commit fc91cdc2 authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Sébastien Blin
Browse files

swarmdetails: adjust title and description width

Change-Id: I4845e1e5a116bfb0c8fb782dbf46f2dd8ba01c34
GitLab: #900
parent 24d4faa5
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@ Rectangle {
id: titleLine
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: JamiTheme.preferredFieldWidth
Layout.preferredWidth: parent.width - 32
Layout.topMargin: 5
TextMetrics {
......@@ -130,13 +130,13 @@ Rectangle {
id: descriptionLine
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: parent.width - 32
font.pointSize: JamiTheme.menuFontSize
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
Layout.preferredWidth: JamiTheme.preferredFieldWidth
fontSize: 16
firstIco: JamiResources.round_edit_24dp_svg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment