adjust link icon size

This commit is contained in:
Alexander Ivash 2018-04-27 21:15:29 +03:00
parent 3d4fb2d368
commit e0a8d90141
2 changed files with 2 additions and 0 deletions

View file

@ -193,6 +193,7 @@ Rectangle {
anchors.rightMargin: 30
anchors.verticalCenter: avatarNameLabel.verticalCenter
glyphText: "."
glyphSize: 22
MouseArea {
anchors.fill: parent

View file

@ -8,6 +8,7 @@ ShadowRectangle {
color: 'white'
property alias glyphText: glyph.text
property alias glyphRotation: glyph.rotation
property alias glyphSize: glyph.size
radius: 3
border.color: 'black'