Added margin Hints to highlight and indent Desktop.qml
This commit is contained in:
parent
18266f3ab7
commit
3fb515ca6d
@ -40,6 +40,7 @@ Item {
|
||||
/** true if the mouse button is pressed over the component. */
|
||||
property bool pressed: false
|
||||
width: ListView.view ? ListView.view.width : undefined
|
||||
property alias marginHints: background.margins;
|
||||
|
||||
Connections {
|
||||
target: highlight.ListView.view
|
||||
|
@ -17,11 +17,8 @@
|
||||
*/
|
||||
|
||||
import QtQuick 2.0
|
||||
//import org.kde.plasma 2.0
|
||||
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: "black"
|
||||
|
Loading…
Reference in New Issue
Block a user