File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -126,28 +126,22 @@ Page {
126126 }
127127 }
128128
129- StackLayout {
130- width: parent .width
131- height: parent .height
129+ contentItem: StackLayout {
132130 currentIndex: navigationTabs .checkedButton .index
133131 clip: true
134132 Activity {
135- id: activityTab
136133 }
137134 Send {
138- id: sendTab
139135 onTransactionPrepared: root .sendTransaction ()
140136 }
141137 RequestPayment {
142- id: receiveTab
143138 }
144139 Item {
145140 id: blockClockTab
146- anchors .fill : parent
147141 BlockClock {
148- parentWidth: parent .width - 40
149- parentHeight: parent .height
150- anchors .centerIn : parent
142+ parentWidth: blockClockTab .width - 40
143+ parentHeight: blockClockTab .height
144+ anchors .centerIn : blockClockTab
151145 showNetworkIndicator: false
152146 }
153147 }
You can’t perform that action at this time.
0 commit comments