Make synced material name larger than the rest

In accordance with the designs.

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2018-12-31 13:34:57 +01:00
parent c74d6fc1e7
commit 8d8133d521
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -39,7 +39,7 @@ Row
text: printCoreConfiguration.material.brand ? printCoreConfiguration.material.name : " " //Use space so that the height is still correct. text: printCoreConfiguration.material.brand ? printCoreConfiguration.material.name : " " //Use space so that the height is still correct.
renderType: Text.NativeRendering renderType: Text.NativeRendering
elide: Text.ElideRight elide: Text.ElideRight
font: UM.Theme.getFont("default") font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
} }
Label Label