more fixes for menu and tooltip
This commit is contained in:
parent
df58449ef5
commit
e7abfebe49
2 changed files with 29 additions and 52 deletions
|
|
@ -43,7 +43,7 @@ PanelWindow {
|
|||
Text {
|
||||
id: label
|
||||
anchors.centerIn: parent
|
||||
text: M.FlyoutState.text
|
||||
text: M.FlyoutState.text.replace(/\n/g, "<br>")
|
||||
textFormat: Text.RichText
|
||||
color: M.Theme.base05
|
||||
font.pixelSize: M.Theme.fontSize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue