Added margin Hints to highlight and indent Desktop.qml

This commit is contained in:
heena mahour 2013-08-16 15:36:32 +00:00
parent 18266f3ab7
commit 3fb515ca6d
2 changed files with 1 additions and 3 deletions

View File

@ -40,6 +40,7 @@ Item {
/** true if the mouse button is pressed over the component. */ /** true if the mouse button is pressed over the component. */
property bool pressed: false property bool pressed: false
width: ListView.view ? ListView.view.width : undefined width: ListView.view ? ListView.view.width : undefined
property alias marginHints: background.margins;
Connections { Connections {
target: highlight.ListView.view target: highlight.ListView.view

View File

@ -17,11 +17,8 @@
*/ */
import QtQuick 2.0 import QtQuick 2.0
//import org.kde.plasma 2.0
import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.core 2.0 as PlasmaCore
Rectangle { Rectangle {
id: root id: root
color: "black" color: "black"