summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/qtcreator/qmldesigner/toolbar/Main.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/toolbar/Main.qml b/share/qtcreator/qmldesigner/toolbar/Main.qml
index 82a3b63664..8579c21a0b 100644
--- a/share/qtcreator/qmldesigner/toolbar/Main.qml
+++ b/share/qtcreator/qmldesigner/toolbar/Main.qml
@@ -241,6 +241,16 @@ Rectangle {
visible: !root.flyoutEnabled
onActivated: backend.setCurrentWorkspace(workspaces.currentText)
+ Text {
+ z: 20
+ x: workspaces.contentItem.implicitWidth
+
+ text: qsTr("Workspace")
+ font: workspaces.font
+ anchors.verticalCenter: parent.verticalCenter
+
+ color: workspaces.contentItem.color
+ }
}
ToolbarButton {
@@ -254,6 +264,7 @@ Rectangle {
//visible: !root.flyoutEnabled
onClicked: backend.editGlobalAnnoation()
+ width: 0
}
ToolbarButton {