From 17b8371812aa143002b010b9a163502f863fe52b Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 4 Jan 2017 09:54:44 +0200 Subject: [PATCH] use default pin for configuration window --- .../configuration/LatteDockConfiguration.qml.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell/contents/configuration/LatteDockConfiguration.qml.cmake b/shell/contents/configuration/LatteDockConfiguration.qml.cmake index 7012e9a09..80d2d078e 100644 --- a/shell/contents/configuration/LatteDockConfiguration.qml.cmake +++ b/shell/contents/configuration/LatteDockConfiguration.qml.cmake @@ -48,15 +48,16 @@ PlasmaCore.FrameSvgItem { FontLoader { id: tangerineFont; name: "Tangerine"; source: "../fonts/tangerine.ttf" } PlasmaComponents.ToolButton{ + id: pinButton anchors.right: parent.right anchors.top: parent.top checkable: true - iconSource: "emblem-symbolic-link" + iconSource: "window-pin" - minimumWidth: units.iconSizes.small - minimumHeight: units.iconSizes.small + width: Math.round(units.gridUnit * 1.25) + height: width property bool inStartup: true