Bigger buttons in Plasmoid Page

Easier to hit when the thing wobbles.
This commit is contained in:
Sebastian Kügler 2013-03-07 05:28:44 +01:00
parent 8856c16d1a
commit 239fe72c47

View File

@ -33,11 +33,14 @@ PlasmaComponents.Page {
}
Column {
anchors.centerIn: parent
spacing: _s
PlasmaExtras.Heading {
level: 2
text: "I'm an applet"
}
PlasmaComponents.Button {
height: theme.iconSizes.desktop
text: "Background"
checked: plasmoid.backgroundHints == 1
onClicked: {
@ -50,6 +53,7 @@ PlasmaComponents.Page {
}
}
PlasmaComponents.Button {
height: theme.iconSizes.desktop
text: "Busy"
checked: plasmoid.busy
onClicked: {