mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
Merge pull request #12453 from SamGondelman/materialUI
Fix new material UI indentation
This commit is contained in:
commit
0af8507ce2
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Rectangle {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
anchors.horizontalCenter: column3.horizontalCenter
|
anchors.horizontalCenter: column3.horizontalCenter
|
||||||
anchors.horizontalCenterOffset: -20
|
anchors.horizontalCenterOffset: 0
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
id: button1
|
id: button1
|
||||||
|
|
Loading…
Reference in a new issue