|
|
@@ -176,7 +176,7 @@ ApplicationWindow {
|
|
|
|
|
|
Button {
|
|
|
width:parent.width
|
|
|
- height:40
|
|
|
+ height:80
|
|
|
id: button2
|
|
|
text: qsTr("Anterior")
|
|
|
enabled: socket.active
|
|
|
@@ -184,7 +184,7 @@ ApplicationWindow {
|
|
|
}
|
|
|
|
|
|
Button {
|
|
|
- height:40
|
|
|
+ height:80
|
|
|
width:parent.width
|
|
|
id: button1
|
|
|
text: qsTr("Siguiente")
|
|
|
@@ -193,7 +193,7 @@ ApplicationWindow {
|
|
|
}
|
|
|
|
|
|
Button {
|
|
|
- height:40
|
|
|
+ height:80
|
|
|
width:parent.width
|
|
|
id: button4
|
|
|
text: qsTr("Limpiar")
|
|
|
@@ -201,7 +201,7 @@ ApplicationWindow {
|
|
|
onClicked: canvas.clean_path()
|
|
|
}
|
|
|
Button {
|
|
|
- height:40
|
|
|
+ height:80
|
|
|
width:parent.width
|
|
|
id: button3
|
|
|
text: qsTr("Break")
|