mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 18:34:48 +02:00
My items to my submissions
This commit is contained in:
parent
3631e304ba
commit
5b042ec3df
2 changed files with 3 additions and 3 deletions
interface/resources/qml/hifi/commerce
|
@ -213,7 +213,7 @@ Item {
|
|||
anchors.topMargin: -buttonAndUsernameContainer.anchors.bottomMargin;
|
||||
anchors.right: buttonAndUsernameContainer.right;
|
||||
height: childrenRect.height;
|
||||
width: 100;
|
||||
width: 150;
|
||||
|
||||
Rectangle {
|
||||
id: myItemsButton;
|
||||
|
@ -225,7 +225,7 @@ Item {
|
|||
|
||||
RalewaySemiBold {
|
||||
anchors.fill: parent;
|
||||
text: "My Items"
|
||||
text: "My Submissions"
|
||||
color: hifi.colors.baseGray;
|
||||
horizontalAlignment: Text.AlignHCenter;
|
||||
verticalAlignment: Text.AlignVCenter;
|
||||
|
|
|
@ -882,7 +882,7 @@ Rectangle {
|
|||
// Explanitory text
|
||||
RalewayRegular {
|
||||
id: noItemsYet;
|
||||
text: "<b>You haven't submitted anything to the Marketplace yet!</b><br><br>Submit an item to the Marketplace to add it to My Items.";
|
||||
text: "<b>You haven't submitted anything to the Marketplace yet!</b><br><br>Submit an item to the Marketplace to add it to My Submissions.";
|
||||
// Text size
|
||||
size: 22;
|
||||
// Anchors
|
||||
|
|
Loading…
Reference in a new issue