From 5686f5117120bcc86c36571005df579651282fb1 Mon Sep 17 00:00:00 2001 From: Preston Bezos Date: Tue, 25 Jun 2019 09:19:30 -0700 Subject: [PATCH] fixed hmd settings buttons spacing --- .../qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml b/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml index c093b26437..44b639f70b 100644 --- a/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml +++ b/interface/resources/qml/hifi/simplifiedUI/topBar/SimplifiedTopBar.qml @@ -405,8 +405,8 @@ Rectangle { id: settingsButtonContainer anchors.verticalCenter: parent.verticalCenter anchors.right: parent.right - anchors.rightMargin: 2 - width: 48 + anchors.rightMargin: 3 + width: 36 height: width Image {