mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Fix wrong Style property.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
bf50e2d167
commit
72e5ff4f4d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue