Minor UI fixes in the What's new pages

* Add a top margin between the image and the text
* Change the text font to default
* Fix line break in the html page

CURA-8154
This commit is contained in:
Kostas Karmas 2021-04-12 12:38:36 +02:00
parent 17a4b40fd7
commit 14c11190fd
2 changed files with 3 additions and 2 deletions

View file

@ -98,6 +98,7 @@ Item
anchors
{
top: subpageImage.bottom
topMargin: UM.Theme.getSize("default_margin").height
bottom: parent.bottom
bottomMargin: UM.Theme.getSize("thick_margin").height
left: subpageImage.left
@ -113,7 +114,7 @@ Item
textArea.text: manager.getSubpageText(index)
textArea.textFormat: Text.RichText
textArea.readOnly: true
textArea.font: UM.Theme.getFont("medium")
textArea.font: UM.Theme.getFont("default")
textArea.onLinkActivated: Qt.openUrlExternally(link)
textArea.leftPadding: 0
textArea.rightPadding: 0

View file

@ -1,3 +1,3 @@
<h4>Better visual representation</h4>
<p>The Z-seam is now clearly indicated in Preview mode. This ensures that you will know whether the seam will be sufficiently hidden in the end product. </br>
<p>The Z-seam is now clearly indicated in Preview mode. This ensures that you will know whether the seam will be sufficiently hidden in the end product. <br>
<i>Thanks to BasF0 for contributing to this feature.</i> </p>