From ca9b494172f0bfcdf692fa669f6f6597e26be211 Mon Sep 17 00:00:00 2001 From: Jannis Voelker Date: Thu, 28 Mar 2024 14:58:16 +0100 Subject: [PATCH] Always take the full width for event dashboard tiles --- src/qml/DashboardView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/DashboardView.qml b/src/qml/DashboardView.qml index e8cf685..bf80d23 100644 --- a/src/qml/DashboardView.qml +++ b/src/qml/DashboardView.qml @@ -302,7 +302,7 @@ Rectangle { Rectangle { id: content - width: itemWidth * 2 + 10 + width: flowListView.width - 20 implicitHeight: Math.max(80, eventColumn.height) radius: 5 color: eventMouseArea.hasError ? view.theme.item.backgroundError : view.theme.item.background