mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 20:22:27 +02:00
2 large import button in Desktop
In Desktop mode, the 2 import buttons are now one over the other and full width. The text was overlapping with the default Create Tools window size.
This commit is contained in:
parent
726901b087
commit
536bf4ef90
1 changed files with 5 additions and 5 deletions
|
@ -210,8 +210,8 @@ TabBar {
|
|||
text: "Import Entities (.json) from a File"
|
||||
color: hifi.buttons.black
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
anchors.right: parent.horizontalCenter
|
||||
anchors.rightMargin: 10
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 55
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: 55
|
||||
anchors.top: assetServerButton.bottom
|
||||
|
@ -231,9 +231,9 @@ TabBar {
|
|||
colorScheme: hifi.colorSchemes.dark
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 55
|
||||
anchors.left: parent.horizontalCenter
|
||||
anchors.leftMargin: 10
|
||||
anchors.top: assetServerButton.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: 55
|
||||
anchors.top: importButton.bottom
|
||||
anchors.topMargin: 20
|
||||
onClicked: {
|
||||
editRoot.sendToScript({
|
||||
|
|
Loading…
Reference in a new issue