Fix space taken by invisible unread indicator
This commit is contained in:
parent
0ba8c6eecf
commit
74e35bd128
|
@ -52,6 +52,7 @@ HTileDelegate {
|
||||||
rightPadding: leftPadding
|
rightPadding: leftPadding
|
||||||
|
|
||||||
scale: model.unreads === 0 ? 0 : 1
|
scale: model.unreads === 0 ? 0 : 1
|
||||||
|
visible: model.unreads !== 0
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color:
|
color:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user