mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Skip keyboard clicks for authentication dialog
CURA-4643 Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
fa1d1ee3ad
commit
0b9f7c85c8
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ UM.Dialog
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
title: catalog.i18nc("@title:window", "User Agreement")
|
title: catalog.i18nc("@title:window", "User Agreement")
|
||||||
|
|
||||||
|
disableKeyButtons: false;
|
||||||
|
|
||||||
TextArea
|
TextArea
|
||||||
{
|
{
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue