From e0a8d901411a753bc66e5de4514434f6745450c2 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Fri, 27 Apr 2018 21:15:29 +0300 Subject: [PATCH] adjust link icon size --- interface/resources/qml/hifi/AvatarApp.qml | 1 + interface/resources/qml/hifi/avatarapp/SquareLabel.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/interface/resources/qml/hifi/AvatarApp.qml b/interface/resources/qml/hifi/AvatarApp.qml index 07033c591a..db0e0a4957 100644 --- a/interface/resources/qml/hifi/AvatarApp.qml +++ b/interface/resources/qml/hifi/AvatarApp.qml @@ -193,6 +193,7 @@ Rectangle { anchors.rightMargin: 30 anchors.verticalCenter: avatarNameLabel.verticalCenter glyphText: "." + glyphSize: 22 MouseArea { anchors.fill: parent diff --git a/interface/resources/qml/hifi/avatarapp/SquareLabel.qml b/interface/resources/qml/hifi/avatarapp/SquareLabel.qml index afe6c751f3..5c4bebd1c4 100644 --- a/interface/resources/qml/hifi/avatarapp/SquareLabel.qml +++ b/interface/resources/qml/hifi/avatarapp/SquareLabel.qml @@ -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'