mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:41:10 +02:00
DEV-301: Adjust size of VR-mode header icon
This commit is contained in:
parent
1883e1d482
commit
b918979fab
1 changed files with 2 additions and 2 deletions
|
@ -362,8 +362,8 @@ Rectangle {
|
||||||
id: displayModeImage
|
id: displayModeImage
|
||||||
source: HMD.active ? "./images/desktopMode.svg" : "./images/vrMode.svg"
|
source: HMD.active ? "./images/desktopMode.svg" : "./images/vrMode.svg"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: HMD.active ? 25 : 43
|
width: HMD.active ? 25 : 26
|
||||||
height: 22
|
height: HMD.active ? 22 : 14
|
||||||
visible: false
|
visible: false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue