From 68bb62e4d5e1ebbc2b110309e80de99c1e6abdbf Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 10 Jul 2024 15:07:49 +0800 Subject: [PATCH] Limit clickable area of macOS vfs fast sync checkbox to its drawing zone Signed-off-by: Claudio Cambra --- src/gui/macOS/ui/FileProviderFastEnumerationSettings.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/macOS/ui/FileProviderFastEnumerationSettings.qml b/src/gui/macOS/ui/FileProviderFastEnumerationSettings.qml index b40dad56b..ce9474629 100644 --- a/src/gui/macOS/ui/FileProviderFastEnumerationSettings.qml +++ b/src/gui/macOS/ui/FileProviderFastEnumerationSettings.qml @@ -34,7 +34,6 @@ Column { CheckBox { id: fastEnumerationEnabledCheckBox - width: parent.width text: qsTr("Enable fast sync") checked: root.fastEnumerationEnabled onClicked: root.fastEnumerationEnabledToggled(checked) -- 2.30.2