chore(StatusLetterIdenticon): test different backgrounds
This commit is contained in:
parent
d7b1ae9fbc
commit
a8e1ed863c
|
@ -4,7 +4,11 @@ import StatusQ.Core 0.1
|
||||||
import StatusQ.Core.Theme 0.1
|
import StatusQ.Core.Theme 0.1
|
||||||
import StatusQ.Components 0.1
|
import StatusQ.Components 0.1
|
||||||
|
|
||||||
GridLayout {
|
ColumnLayout {
|
||||||
|
GridLayout {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.fillHeight: true
|
||||||
|
|
||||||
columns: 6
|
columns: 6
|
||||||
columnSpacing: 5
|
columnSpacing: 5
|
||||||
rowSpacing: 5
|
rowSpacing: 5
|
||||||
|
@ -38,4 +42,20 @@ GridLayout {
|
||||||
StatusRoundIcon {
|
StatusRoundIcon {
|
||||||
icon.name: "info"
|
icon.name: "info"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Flow {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
spacing: 4
|
||||||
|
|
||||||
|
Repeater {
|
||||||
|
model: 12
|
||||||
|
StatusLetterIdenticon {
|
||||||
|
name: "A"
|
||||||
|
color: Theme.palette.userCustomizationColors[index]
|
||||||
|
letterSize: 16
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue