File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -109,21 +109,18 @@ Page {
109
109
color: enabled ? Theme .color .neutral7 : Theme .color .neutral4
110
110
}
111
111
112
- Rectangle {
112
+ CoreText {
113
+ id: address
113
114
anchors .left : addressLabel .right
114
115
anchors .right : parent .right
115
116
anchors .top : parent .top
116
- anchors .bottom : parent .bottom
117
- color: Theme .color .neutral2
118
- radius: 5
119
- CoreText {
120
- id: address
121
- text: root .request .address
122
- anchors .fill : parent
123
- anchors .leftMargin : 5
124
- horizontalAlignment: Text .AlignLeft
125
- font .pixelSize : 18
126
- wrapMode: Text .WrapAnywhere
117
+ text: root .request .address
118
+ horizontalAlignment: Text .AlignLeft
119
+ font .pixelSize : 18
120
+ wrapMode: Text .WrapAnywhere
121
+ background: Rectangle {
122
+ color: Theme .color .neutral2
123
+ radius: 5
127
124
}
128
125
}
129
126
}
You can’t perform that action at this time.
0 commit comments