effects/overview: Give the editor of desktop name a background

Show background to indicate the name of a virtual desktop is being edited.
master
Fushan Wen 3 years ago committed by Nate Graham
parent 61f7b2e499
commit f4ca7a43c1

@ -197,11 +197,12 @@ Item {
}
}
TextInput {
PC3.TextField {
id: editor
anchors.fill: parent
visible: label.state == "editing"
color: PlasmaCore.ColorScope.textColor
topPadding: 0
bottomPadding: 0
text: delegate.desktop.name
onEditingFinished: {
delegate.desktop.name = text;

Loading…
Cancel
Save