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 {
126
126
}
127
127
}
128
128
129
- StackLayout {
130
- width: parent .width
131
- height: parent .height
129
+ contentItem: StackLayout {
132
130
currentIndex: navigationTabs .checkedButton .index
133
131
clip: true
134
132
Activity {
135
- id: activityTab
136
133
}
137
134
Send {
138
- id: sendTab
139
135
onTransactionPrepared: root .sendTransaction ()
140
136
}
141
137
RequestPayment {
142
- id: receiveTab
143
138
}
144
139
Item {
145
140
id: blockClockTab
146
- anchors .fill : parent
147
141
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
151
145
showNetworkIndicator: false
152
146
}
153
147
}
You can’t perform that action at this time.
0 commit comments