Update types API

This commit is contained in:
Sebastian Kügler 2013-07-22 16:59:40 +02:00
parent 98fa023616
commit 4141a5f074

View File

@ -48,11 +48,11 @@ Item {
id: localeItem
anchors { left: parent.left; right: parent.right; top: tx.bottom; }
}
// PlasmaComponents.TextArea {
// anchors { left: parent.left; right: parent.right; top: localeItem.bottom; }
// width: parent.width
// height: 80
// }
PlasmaComponents.TextArea {
anchors { left: parent.left; right: parent.right; top: localeItem.bottom; }
width: parent.width
height: 80
}
PlasmaComponents.Button {
id: thanks
anchors { horizontalCenter: parent.horizontalCenter; bottom: parent.bottom; bottomMargin: 24; }