Minor Code Adjustements

Minor Code Adjustements
This commit is contained in:
Alezia Kurdis 2020-11-14 22:39:47 -05:00 committed by GitHub
parent 2475deac93
commit da2737de53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,7 @@ TabBar {
color: hifi.buttons.black
colorScheme: hifi.colorSchemes.dark
anchors.right: parent.horizontalCenter
anchors.rightMargin: 10
anchors.rightMargin: 10
anchors.left: parent.left
anchors.leftMargin: 55
anchors.top: assetServerButton.bottom
@ -241,7 +241,7 @@ TabBar {
params: { buttonName: "importEntitiesFromUrlButton" }
});
}
}
}
}
} // Flickable
}