mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-16 23:14:57 +08:00
LogsView: use material tooltip
Change-Id: I0aa45829b8d6140145c0b3715d1fbeba27413408
This commit is contained in:
@@ -168,17 +168,11 @@ Window {
|
||||
copiedToolTip.open();
|
||||
}
|
||||
|
||||
ToolTip {
|
||||
MaterialToolTip {
|
||||
id: copiedToolTip
|
||||
|
||||
height: JamiTheme.preferredFieldHeight
|
||||
TextArea {
|
||||
text: JamiStrings.logsViewCopied
|
||||
color: JamiTheme.textColor
|
||||
}
|
||||
background: Rectangle {
|
||||
color: JamiTheme.primaryBackgroundColor
|
||||
}
|
||||
parent: copyButton
|
||||
text: JamiStrings.logsViewCopied
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user