diff -r 3d3f781bf543 -r 8297924aa384 TestsTab.qml --- a/TestsTab.qml Mon Jun 02 18:52:31 2014 +0200 +++ b/TestsTab.qml Mon Jun 02 21:56:03 2014 +0200 @@ -51,6 +51,16 @@ smooth: false } + MarqueeText { + width: 256 + pixelsPerSeconds:50 + anchors.verticalCenter: parent.verticalCenter + anchors.horizontalCenter: parent.horizontalCenter + text: "start ------ abcdefghijklmnopqrtaksdjfkdfjklsdjflksdjfklsjadfkljsad;flasjdlfjasdfjldsdfljf---- end" + //text: "start ------ end" + separator: " | " + } + GridLayout { anchors.fill:parent anchors.margins: 6 @@ -248,9 +258,9 @@ // Rectangle { - border.width: 2 + border.width: 1 border.color: "black" - color: "lightsteelblue" + color: "white" anchors.horizontalCenter: parent.horizontalCenter width: 250 height: text.height + 10