mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-06 07:14:20 +08:00
Change fonts to default
No idea why they were medium, but the design clearly shows that it should be the default font
This commit is contained in:
parent
60b174177f
commit
09a569fdd1
@ -204,7 +204,7 @@ Rectangle
|
||||
property real lastLineWidth: 0; //Store the width of the last line, to properly position the elision.
|
||||
|
||||
text: packageData.description
|
||||
font: UM.Theme.getFont("medium")
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
maximumLineCount: 2
|
||||
wrapMode: Text.Wrap
|
||||
@ -328,6 +328,6 @@ Rectangle
|
||||
FontMetrics
|
||||
{
|
||||
id: fontMetrics
|
||||
font: UM.Theme.getFont("medium")
|
||||
font: UM.Theme.getFont("default")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user