Skip to content

Commit

Permalink
Fix wrong Style property.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Sep 13, 2024
1 parent bf50e2d commit 72e5ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/UserLine.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ AbstractButton {
color: (userLine.hovered || userLine.visualFocus) &&
!(userMoreButton.hovered || userMoreButton.visualFocus) ?
palette.highlight : palette.window
radius: Style.halfWindowRadius
radius: Style.halfTrayWindowRadius
}

contentItem: RowLayout {
Expand Down

0 comments on commit 72e5ff4

Please sign in to comment.