mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:57:27 +02:00
fixed hmd settings buttons spacing
This commit is contained in:
parent
538b15dd57
commit
5686f51171
1 changed files with 2 additions and 2 deletions
|
@ -405,8 +405,8 @@ Rectangle {
|
||||||
id: settingsButtonContainer
|
id: settingsButtonContainer
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 2
|
anchors.rightMargin: 3
|
||||||
width: 48
|
width: 36
|
||||||
height: width
|
height: width
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
|
Loading…
Reference in a new issue