File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -232,10 +232,10 @@ Page {
232
232
width: parent .width
233
233
}
234
234
}
235
- contentItem: RowLayout {
236
- spacing: 15
237
- ColumnLayout {
235
+ contentItem: ColumnLayout {
236
+ RowLayout {
238
237
Layout .fillWidth : true
238
+ spacing: 15
239
239
CoreText {
240
240
Layout .alignment : Qt .AlignLeft
241
241
Layout .fillWidth : true
@@ -247,6 +247,14 @@ Page {
247
247
wrapMode: Text .NoWrap
248
248
horizontalAlignment: Text .AlignLeft
249
249
}
250
+ CoreText {
251
+ Layout .alignment : Qt .AlignRight
252
+ id: secondary
253
+ font .pixelSize : 18
254
+ color: delegate .stateColor
255
+ }
256
+ }
257
+ RowLayout {
250
258
CoreText {
251
259
Layout .alignment : Qt .AlignLeft
252
260
Layout .fillWidth : true
@@ -258,15 +266,6 @@ Page {
258
266
wrapMode: Text .NoWrap
259
267
horizontalAlignment: Text .AlignLeft
260
268
}
261
- }
262
- ColumnLayout {
263
- Layout .fillWidth : false
264
- CoreText {
265
- Layout .alignment : Qt .AlignRight
266
- id: secondary
267
- font .pixelSize : 18
268
- color: delegate .stateColor
269
- }
270
269
CoreText {
271
270
Layout .alignment : Qt .AlignRight
272
271
id: quaternary
You can’t perform that action at this time.
0 commit comments