From a16b2c0d20dc8d66b578b52f886bef48e427d6e0 Mon Sep 17 00:00:00 2001 From: vladest Date: Sun, 29 Apr 2018 12:38:37 +0200 Subject: [PATCH] Restore preferences dialogs buttons spacing --- interface/resources/qml/dialogs/PreferencesDialog.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/resources/qml/dialogs/PreferencesDialog.qml b/interface/resources/qml/dialogs/PreferencesDialog.qml index 0a97ab9241..fffd0e2ed9 100644 --- a/interface/resources/qml/dialogs/PreferencesDialog.qml +++ b/interface/resources/qml/dialogs/PreferencesDialog.qml @@ -26,7 +26,7 @@ ScrollingWindow { property var showCategories: [] minSize: Qt.vector2d(400, 500) - //HifiConstants { id: hifi } + HifiConstants { id: hifi } function saveAll() { for (var i = 0; i < sections.length; ++i) { @@ -96,9 +96,9 @@ ScrollingWindow { anchors { top: parent.top right: parent.right - rightMargin: 10//hifi.dimensions.contentMargin.x + rightMargin: hifi.dimensions.contentMargin.x } - spacing: 1//hifi.dimensions.contentSpacing.x + spacing: hifi.dimensions.contentSpacing.x HifiControls.Button { text: "Save changes"