2019-11-30 20:46:09 +00:00
|
|
|
ListView {
|
2019-12-01 11:53:30 +00:00
|
|
|
margin-left: 15;
|
|
|
|
margin-top: 40;
|
2019-11-30 20:46:09 +00:00
|
|
|
}
|
|
|
|
|
2019-12-01 11:53:30 +00:00
|
|
|
#GroupTemplate {
|
|
|
|
align-items: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
#GroupCell Label {
|
|
|
|
color: lightgray;
|
|
|
|
font-size: 12;
|
2019-11-30 20:46:09 +00:00
|
|
|
font-family: Courier New, Courier, monospace;
|
2019-12-01 11:53:30 +00:00
|
|
|
font-style: italic;
|
2019-12-02 00:14:36 +00:00
|
|
|
padding-top: 20;
|
2019-11-30 20:46:09 +00:00
|
|
|
}
|
|
|
|
|
2019-12-02 00:14:36 +00:00
|
|
|
#ItemCell Label {
|
2019-11-30 20:46:09 +00:00
|
|
|
color: white;
|
2019-12-01 11:53:30 +00:00
|
|
|
font-size: 15;
|
2019-11-30 20:46:09 +00:00
|
|
|
font-family: Courier New, Courier, monospace;
|
2019-12-01 11:53:30 +00:00
|
|
|
font-style: normal;
|
|
|
|
text-align: left;
|
|
|
|
padding-top: 12;
|
2019-11-30 20:46:09 +00:00
|
|
|
}
|