fix(ChatHeaderContentView): port to StatusChatInfoButton changes
- `sensor` no longer exists - no need to constrain the button width, it's used in a toolbar Loader that fills the width Closes: #7313
This commit is contained in:
parent
010877e9b3
commit
0794736c36
|
@ -251,7 +251,6 @@ RowLayout {
|
||||||
|
|
||||||
StatusChatInfoButton {
|
StatusChatInfoButton {
|
||||||
objectName: "chatInfoBtnInHeader"
|
objectName: "chatInfoBtnInHeader"
|
||||||
width: Math.min(implicitWidth, parent.width)
|
|
||||||
title: chatContentModule? chatContentModule.chatDetails.name : ""
|
title: chatContentModule? chatContentModule.chatDetails.name : ""
|
||||||
subTitle: {
|
subTitle: {
|
||||||
if(!chatContentModule)
|
if(!chatContentModule)
|
||||||
|
@ -310,7 +309,7 @@ RowLayout {
|
||||||
chatContentModule.unmuteChat()
|
chatContentModule.unmuteChat()
|
||||||
}
|
}
|
||||||
|
|
||||||
sensor.enabled: {
|
hoverEnabled: {
|
||||||
if(!chatContentModule)
|
if(!chatContentModule)
|
||||||
return false
|
return false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue