mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +08:00
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:
parent
17a4b40fd7
commit
14c11190fd
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user