mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 19:34:02 +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
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue