mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Use normal font size for Auto slicing... message
It should've been the normal font size anyway. This is not small! Contributes to issue CURA-5876.
This commit is contained in:
parent
af747ae09c
commit
39411222da
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Column
|
|||
|
||||
text: catalog.i18nc("@label:PrintjobStatus", "Auto slicing...")
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("very_small")
|
||||
font: UM.Theme.getFont("default")
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue