keep some margins
This commit is contained in:
parent
22f536b6fd
commit
8e2b56b7a5
@ -139,10 +139,10 @@ Item {
|
|||||||
Item {
|
Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
property QtObject margins: QtObject {
|
property QtObject margins: QtObject {
|
||||||
property int left: width/15
|
property int left: width/8
|
||||||
property int top: width/15
|
property int top: width/8
|
||||||
property int right: width/15
|
property int right: width/8
|
||||||
property int bottom: width/15
|
property int bottom: width/8
|
||||||
}
|
}
|
||||||
Private.RoundShadow {
|
Private.RoundShadow {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Loading…
Reference in New Issue
Block a user