Remove frame around the scroll area of the Clipboard applet

No other applets have a frame around the scroll area.
wilder-5.24
Eugene Popov 5 years ago
parent 14bcd88cc2
commit 6c57e61aea
  1. 4
      applets/clipboard/contents/ui/Menu.qml

@ -25,9 +25,13 @@ import org.kde.kirigami 2.12 as Kirigami
PlasmaExtras.ScrollArea {
id: menu
property alias view: menuListView
property alias model: menuListView.model
property bool supportsBarcodes
frameVisible: false
signal itemSelected(string uuid)
signal remove(string uuid)
signal edit(string uuid)

Loading…
Cancel
Save