Parcourir la source

android height buttons

David il y a 10 ans
Parent
commit
367611d883
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      main.qml

+ 4 - 4
main.qml

@@ -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")