mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix disableKeyButtons in UserAgreement dialog
CURA-4643
This commit is contained in:
parent
2f1181743f
commit
e1167ee68f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ UM.Dialog
|
|||
height: minimumHeight
|
||||
title: catalog.i18nc("@title:window", "User Agreement")
|
||||
|
||||
disableKeyButtons: false;
|
||||
disableKeyButtons: true
|
||||
|
||||
TextArea
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue