Skip to content

Commit

Permalink
Timeline: specify root.palette for the background
Browse files Browse the repository at this point in the history
Attempt to fix the background regression on Haiku.
  • Loading branch information
KitsuneRal committed Jul 13, 2023
1 parent 5483620 commit 832c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/qml/Timeline.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Page {
Component.onCompleted: console.log("Using timeline font: " + font)
}

background: Rectangle { color: palette.base }
background: Rectangle { color: root.palette.base }
contentWidth: width
font: settings.font

Expand Down

0 comments on commit 832c697

Please sign in to comment.