File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ Page {
16
16
property alias navMiddleDetail: navbar .middleDetail
17
17
property alias navRightDetail: navbar .rightDetail
18
18
property string buttonText: " "
19
+ property int buttonMargin: 40
19
20
property bool bannerActive: true
20
21
property bool detailActive: false
22
+ property int detailTopMargin: 30
21
23
property bool lastPage: false
22
24
property bool bold: false
23
25
property bool center: true
83
85
visible: active
84
86
Layout .fillWidth : true
85
87
Layout .alignment : Qt .AlignCenter
86
- Layout .topMargin : 30
88
+ Layout .topMargin : root . detailTopMargin
87
89
Layout .leftMargin : 20
88
90
Layout .rightMargin : 20
89
91
Layout .maximumWidth : detailMaximumWidth
95
97
visible: root .buttonText .length > 0
96
98
enabled: visible
97
99
width: Math .min (300 , parent .width - 2 * anchors .leftMargin )
98
- anchors .topMargin : 40
100
+ anchors .topMargin : root . buttonMargin
99
101
anchors .bottomMargin : 60
100
102
anchors .leftMargin : 20
101
103
anchors .rightMargin : 20
You can’t perform that action at this time.
0 commit comments