mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 14:42:19 +02:00
adjust link icon size
This commit is contained in:
parent
3d4fb2d368
commit
e0a8d90141
2 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,7 @@ Rectangle {
|
|||
anchors.rightMargin: 30
|
||||
anchors.verticalCenter: avatarNameLabel.verticalCenter
|
||||
glyphText: "."
|
||||
glyphSize: 22
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue