From bdad4c47c42646ab8d1f406bcde55a3680cd9a9f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:31:48 +1000 Subject: bar: elide active window title --- config/BarConfig.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index e5c0711..d33d7dd 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -20,6 +20,8 @@ Singleton { readonly property int innerHeight: 30 readonly property int floatingGap: 10 readonly property int floatingGapLarge: 15 + readonly property int maxLabelWidth: 600 + readonly property int maxLabelHeight: 400 } component Workspaces: QtObject { -- cgit v1.2.3-freya