Set edge from test applet
This commit is contained in:
parent
8131ad0abc
commit
a32b63d297
@ -176,7 +176,7 @@ PlasmaComponents.Page {
|
|||||||
width: _h
|
width: _h
|
||||||
text: "Top"
|
text: "Top"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
//locationDialog.location = PlasmaCore.Plasma.TopEdge;
|
locationDialog.location = PlasmaCore.Plasma.TopEdge;
|
||||||
locationDialog.visible = true
|
locationDialog.visible = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -184,7 +184,7 @@ PlasmaComponents.Page {
|
|||||||
text: "Bottom"
|
text: "Bottom"
|
||||||
width: _h
|
width: _h
|
||||||
onClicked: {
|
onClicked: {
|
||||||
//locationDialog.location = PlasmaCore.Plasma.BottomEdge;
|
locationDialog.location = PlasmaCore.Plasma.BottomEdge;
|
||||||
locationDialog.visible = true
|
locationDialog.visible = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -192,7 +192,7 @@ PlasmaComponents.Page {
|
|||||||
text: "Left"
|
text: "Left"
|
||||||
width: _h
|
width: _h
|
||||||
onClicked: {
|
onClicked: {
|
||||||
//locationDialog.location = PlasmaCore.Plasma.LeftEdge;
|
locationDialog.location = PlasmaCore.Plasma.LeftEdge;
|
||||||
locationDialog.visible = true
|
locationDialog.visible = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -200,7 +200,7 @@ PlasmaComponents.Page {
|
|||||||
text: "Right"
|
text: "Right"
|
||||||
width: _h
|
width: _h
|
||||||
onClicked: {
|
onClicked: {
|
||||||
//locationDialog.location = PlasmaCore.Plasma.RightEdge;
|
locationDialog.location = PlasmaCore.Plasma.RightEdge;
|
||||||
locationDialog.visible = true
|
locationDialog.visible = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user