Clean removed API from units test
This commit is contained in:
parent
2ba6bd6cbc
commit
78d14a00c5
@ -84,30 +84,6 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
PlasmaComponents.Label {
|
||||
text: "units.dp: "
|
||||
width: cwidth
|
||||
}
|
||||
PlasmaComponents.Label {
|
||||
width: cheight
|
||||
height: cheight / 2
|
||||
text: units.dp(1)
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
PlasmaComponents.Label {
|
||||
text: "units.gu: "
|
||||
width: cwidth
|
||||
}
|
||||
PlasmaComponents.Label {
|
||||
width: cheight
|
||||
height: cheight / 2
|
||||
text: units.gu(1)
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
PlasmaComponents.Label {
|
||||
text: "units.largeSpacing: "
|
||||
|
Loading…
Reference in New Issue
Block a user