Reduce needed width to show room times
Also remove excess spacing between the title and time
This commit is contained in:
@@ -44,7 +44,7 @@ HTileDelegate {
|
||||
svgName: "invite-received"
|
||||
colorize: theme.colors.alertBackground
|
||||
|
||||
visible: Layout.maximumWidth > 0
|
||||
visible: invited
|
||||
Layout.maximumWidth: invited ? implicitWidth : 0
|
||||
|
||||
Behavior on Layout.maximumWidth { HNumberAnimation {} }
|
||||
|
||||
Reference in New Issue
Block a user