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. */
|
/** 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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user