David пре 10 година
родитељ
комит
367611d883
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      main.qml

+ 4 - 4
main.qml

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