Fix invisible room pane filter placeholder text
This commit is contained in:
parent
190eb58187
commit
15afce3393
|
@ -50,7 +50,6 @@ HColumnLayout {
|
||||||
saveName: "memberFilterField"
|
saveName: "memberFilterField"
|
||||||
saveId: chat.roomId
|
saveId: chat.roomId
|
||||||
|
|
||||||
placeholderText: qsTr("Filter members")
|
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
theme.chat.roomPane.bottomBar.filterMembers.background
|
theme.chat.roomPane.bottomBar.filterMembers.background
|
||||||
bordered: false
|
bordered: false
|
||||||
|
@ -59,6 +58,10 @@ HColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
||||||
|
// FIXME: fails to display sometimes for some reason if
|
||||||
|
// declared normally
|
||||||
|
Component.onCompleted: placeholderText = qsTr("Filter members")
|
||||||
|
|
||||||
Behavior on opacity { HNumberAnimation {} }
|
Behavior on opacity { HNumberAnimation {} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user