mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Use default font for open file dialog text
CURA-3495
This commit is contained in:
parent
ef0a502dcf
commit
08f6ee319e
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ UM.Dialog
|
|||
{
|
||||
text: catalog.i18nc("@text:window", "This is a Cura project file. Would you like to open it as a project\nor import the models from it?")
|
||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||
font: UM.Theme.getFont("default")
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue