keep some margins

This commit is contained in:
Marco Martin 2012-09-07 21:51:23 +02:00
parent 22f536b6fd
commit 8e2b56b7a5

View File

@ -139,10 +139,10 @@ Item {
Item {
anchors.fill: parent
property QtObject margins: QtObject {
property int left: width/15
property int top: width/15
property int right: width/15
property int bottom: width/15
property int left: width/8
property int top: width/8
property int right: width/8
property int bottom: width/8
}
Private.RoundShadow {
anchors.fill: parent