From b90d7c06235388feea37a8872a25d779cfd1881e Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Thu, 29 Aug 2024 18:53:01 +0200 Subject: [PATCH] Remove setting contentsFont, not used anymore in CustomButton. Signed-off-by: Camila Ayres --- src/gui/tray/SyncStatus.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/tray/SyncStatus.qml b/src/gui/tray/SyncStatus.qml index a1c4d1257..7b1f20f2e 100644 --- a/src/gui/tray/SyncStatus.qml +++ b/src/gui/tray/SyncStatus.qml @@ -90,7 +90,6 @@ RowLayout { FontMetrics { id: syncNowFm - font: syncNowButton.contentsFont } Layout.rightMargin: Style.trayHorizontalMargin -- 2.30.2