mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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
|
height: minimumHeight
|
||||||
title: catalog.i18nc("@title:window", "User Agreement")
|
title: catalog.i18nc("@title:window", "User Agreement")
|
||||||
|
|
||||||
disableKeyButtons: false;
|
disableKeyButtons: true
|
||||||
|
|
||||||
TextArea
|
TextArea
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue