marcin
2014-07-14 16:40:04 +02:00
parent 49bb4516f2
commit 95cec0e2fd
4 changed files with 9 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ Rectangle {
spacing: 17
LineEdit {
width: 156
width: parent.width - (checkBox.width + sendButton.width + 2 * parent.spacing)
}
StandardButton {
@@ -143,6 +143,7 @@ Rectangle {
}
CheckBox {
id: checkBox
text: qsTr("Add to Address book")
anchors.bottom: sendButton.bottom
}