aboutsummaryrefslogtreecommitdiffstats
path: root/sysui/home/HomePage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/home/HomePage.qml')
-rw-r--r--sysui/home/HomePage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/home/HomePage.qml b/sysui/home/HomePage.qml
index 906dbdbd..5ee06538 100644
--- a/sysui/home/HomePage.qml
+++ b/sysui/home/HomePage.qml
@@ -66,14 +66,14 @@ Item {
applicationModel: root.applicationModel
}
- Tool {
+ ToolButton {
id: addWidgetButton
anchors.bottom: parent.bottom
anchors.bottomMargin: NeptuneStyle.dp(40)
anchors.horizontalCenter: parent.horizontalCenter
width: NeptuneStyle.dp(45)
height: width
- symbol: Style.symbol("ic-addwidget-plus")
+ icon.name: "ic-addwidget-plus"
onClicked: popup.open()
visible: widgetGrid.widgetCount < widgetGrid.maxWidgetCount && opacity > 0
opacity: root.applicationModel.activeAppInfo ? 0 : 1