From: Claudio Cambra Date: Fri, 19 May 2023 09:13:18 +0000 (+0800) Subject: Use custombutton with filedetails button to make it not look horrible X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~26^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ab21d91fab666ab23458ad8b039229f389a53d0;p=nextcloud-desktop.git Use custombutton with filedetails button to make it not look horrible Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/ActivityItemContent.qml b/src/gui/tray/ActivityItemContent.qml index 9b5bfc461..006a32b37 100644 --- a/src/gui/tray/ActivityItemContent.qml +++ b/src/gui/tray/ActivityItemContent.qml @@ -232,7 +232,7 @@ RowLayout { Layout.fillWidth: true } - Button { + CustomButton { id: fileDetailsButton Layout.preferredWidth: Style.headerButtonIconSize @@ -246,10 +246,10 @@ RowLayout { visible: parent.hovered } - flat: true display: Button.IconOnly - hoverEnabled: true padding: 0 + bgColor: Style.lightHover + bgNormalOpacity: 0 visible: model.showFileDetails