more fixes for menu and tooltip

This commit is contained in:
Damocles 2026-04-12 14:42:03 +02:00
parent df58449ef5
commit e7abfebe49
2 changed files with 29 additions and 52 deletions

View file

@ -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