DEV-301: Adjust size of VR-mode header icon

This commit is contained in:
Zach Fox 2019-07-24 09:59:32 -07:00
parent 1883e1d482
commit b918979fab

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
}