remove spurious items in theme example

This commit is contained in:
Sebastian Kügler 2014-03-25 22:52:12 +01:00
parent 71976aec92
commit 78910dfa66

View File

@ -46,23 +46,6 @@ Item {
text: "Scaling Test"
font.pointSize: cheatLabel.font.pointSize * 2
}
Row {
PlasmaComponents.Button {
text: "devicePixelRatio"
font.pointSize: cheatLabel.font.pointSize
width: cwidth/2
//scale: units.devicePixelRatio
onClicked: {
var d = units.devicePixelRatio * 96;
dpilabel.text = "\tdpi from ratio:" + d;
}
}
PlasmaComponents.Label {
id: dpilabel
}
}
}
PlasmaComponents.Label {
id: cheatLabel