Merge pull request #15972 from zfox23/SUI/fixVRButtonDimensions

DEV-301: Adjust size of VR-mode header icon
This commit is contained in:
Zach Fox 2019-07-24 10:22:50 -07:00 committed by GitHub
commit 3c8a4e57e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -362,8 +362,8 @@ Rectangle {
id: displayModeImage
source: HMD.active ? "./images/desktopMode.svg" : "./images/vrMode.svg"
anchors.centerIn: parent
width: HMD.active ? 25 : 43
height: 22
width: HMD.active ? 25 : 26
height: HMD.active ? 22 : 14
visible: false
}