From 97c0c387f17479adfb91981fb03da9991fe462b8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 21 Jun 2025 13:33:05 +1000 Subject: popouts: convert to layout Also add expand button Change launcher calc item icon --- modules/launcher/CalcItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/launcher/CalcItem.qml') diff --git a/modules/launcher/CalcItem.qml b/modules/launcher/CalcItem.qml index 4d87f94..ad816fe 100644 --- a/modules/launcher/CalcItem.qml +++ b/modules/launcher/CalcItem.qml @@ -145,7 +145,7 @@ Item { anchors.right: parent.right anchors.rightMargin: Appearance.padding.normal - text: "exit_to_app" + text: "open_in_new" color: Colours.palette.m3onTertiary font.pointSize: Appearance.font.size.large } -- cgit v1.2.3-freya