Skip to content

Commit

Permalink
Always take the full width for event dashboard tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
basyskom-jvoe authored and khaexy committed Apr 2, 2024
1 parent 09632fd commit ca9b494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/DashboardView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca9b494

Please sign in to comment.