ServerDelegate: ignore compact mode
This commit is contained in:
parent
cc06645275
commit
ec17d54923
|
@ -14,6 +14,7 @@ HTile {
|
||||||
backgroundColor: "transparent"
|
backgroundColor: "transparent"
|
||||||
contentOpacity: model.status === "Failed" ? 0.3 : 1 // XXX
|
contentOpacity: model.status === "Failed" ? 0.3 : 1 // XXX
|
||||||
rightPadding: 0
|
rightPadding: 0
|
||||||
|
compact: false
|
||||||
|
|
||||||
contentItem: ContentRow {
|
contentItem: ContentRow {
|
||||||
tile: root
|
tile: root
|
||||||
|
|
Loading…
Reference in New Issue
Block a user