Skip to content
Snippets Groups Projects
Commit 18b22e8d authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.PropertyEditor: styling empty pane


Change-Id: I5910b9a8c4f734fe50f7c8ed5d863e181be2894c
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 9be82078
No related branches found
No related tags found
No related merge requests found
......@@ -28,15 +28,25 @@
****************************************************************************/
import QtQuick 2.1
import HelperWidgets 2.0
Rectangle {
width: 100
height: 200
color: "#ff2323"
id: itemPane
width: 320
height: 400
color: "#404040"
Text {
id: test
text: "empty"
anchors.fill: parent
Section {
anchors.left: parent.left
anchors.right: parent.right
SectionLayout {
Label {
id: test
text: qsTr("None or multiple items selected.");
anchors.fill: parent
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment