summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-01-05 19:26:48 +0100
committerPapoteur <papoteur@mageia.org>2019-01-05 19:26:48 +0100
commit7e58ddcd5bdc064b3f9a0c8ce47f187a3bb22ee8 (patch)
tree121ae61d5b33c674b97106b8aa7054bb4c4af1bd
parent1dcffc65c710e2401f654c325a88b224de226ce1 (diff)
downloadmageiawelcome-1.90.tar
mageiawelcome-1.90.tar.gz
mageiawelcome-1.90.tar.bz2
mageiawelcome-1.90.tar.xz
mageiawelcome-1.90.zip
Applications: give more space to buttons texts1.90
-rw-r--r--qml/mw-ui.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index c29fadb..cebd7aa 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -629,7 +629,7 @@ Rectangle {
Loader {
Component { id: button;
Button {
- width: Qt.application.font.pixelSize * 4; height: Qt.application.font.pixelSize * 1.3
+ width: Qt.application.font.pixelSize * 5; height: Qt.application.font.pixelSize * 1.3
objectName: "launch"
onClicked: {
launch.command(["gurpmi",name,])}
@@ -647,7 +647,7 @@ Rectangle {
}
Component { id: launcher;
Button {
- width: Qt.application.font.pixelSize * 4; height: Qt.application.font.pixelSize * 1.3
+ width: Qt.application.font.pixelSize * 5; height: Qt.application.font.pixelSize * 1.3
objectName: "launch"
onClicked: {
launch.command([command,])}
@@ -666,7 +666,7 @@ Rectangle {
padding: 2
horizontalAlignment: TextInput.AlignHCenter
font.pixelSize: Qt.application.font.pixelSize * .8
- width: Qt.application.font.pixelSize * 4
+ width: Qt.application.font.pixelSize * 5
color: "white"
}
}