From 65e09286705cc4db514f889bf8f6bf9b49fb9763 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:05:59 +1000 Subject: refactor: no need for clippingbox Just use clip property of Item --- modules/bar/ActiveWindow.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/bar') diff --git a/modules/bar/ActiveWindow.qml b/modules/bar/ActiveWindow.qml index 5c75944..ced9714 100644 --- a/modules/bar/ActiveWindow.qml +++ b/modules/bar/ActiveWindow.qml @@ -5,12 +5,13 @@ import "root:/config" import QtQuick import QtQuick.Layouts -ClippingBoxLayout { +BoxLayout { id: root readonly property color colour: Appearance.colours.pink animated: true + clip: true MaterialIcon { text: Icons.getAppCategoryIcon(Hyprland.activeClient?.class) ?? "desktop_windows" -- cgit v1.2.3-freya