diff --git a/plugins/SliceInfoPlugin/MoreInfoWindow.qml b/plugins/SliceInfoPlugin/MoreInfoWindow.qml index 51cad2394d..f19e2cce19 100644 --- a/plugins/SliceInfoPlugin/MoreInfoWindow.qml +++ b/plugins/SliceInfoPlugin/MoreInfoWindow.qml @@ -90,6 +90,7 @@ Window textArea.text: manager.getExampleData() textArea.textFormat: Text.RichText + textArea.wrapMode: Text.Wrap textArea.readOnly: true } }