mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
Resolve Qt warning
CURA-8684
This commit is contained in:
parent
ac080f3cd7
commit
8979632457
1 changed files with 2 additions and 2 deletions
|
|
@ -278,7 +278,7 @@ Item
|
||||||
width: selectors.controlWidth
|
width: selectors.controlWidth
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
||||||
focusPolicy: ClickFocus
|
focusPolicy: Qt.ClickFocus
|
||||||
|
|
||||||
Cura.MaterialMenu
|
Cura.MaterialMenu
|
||||||
{
|
{
|
||||||
|
|
@ -330,7 +330,7 @@ Item
|
||||||
tooltip: text
|
tooltip: text
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: selectors.controlWidth
|
width: selectors.controlWidth
|
||||||
focusPolicy: ClickFocus
|
focusPolicy: Qt.ClickFocus
|
||||||
enabled: enabledCheckbox.checked
|
enabled: enabledCheckbox.checked
|
||||||
|
|
||||||
Cura.NozzleMenu
|
Cura.NozzleMenu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue