Update types API
This commit is contained in:
parent
98fa023616
commit
4141a5f074
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user