From d9d8d951ec0fa519c8b29e61ac95a866eec8a3cb Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Sat, 23 Oct 2021 17:29:57 -0700 Subject: [PATCH] Fixed irony. --- .../resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml b/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml index 27407b328a..a7c23c96e8 100644 --- a/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml +++ b/interface/resources/qml/hifi/dialogs/graphics/GraphicsSettings.qml @@ -234,7 +234,7 @@ Item { checked: Render.shadowsEnabled boxSize: 16 text: "Shadows" - spacing: -1 + spacing: -1 colorScheme: hifi.colorSchemes.dark anchors.left: parent.left anchors.top: parent.top