mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix typo in ComboBox.qml
This commit is contained in:
parent
24474b4434
commit
b358d8ddd0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import Cura 1.1 as Cura
|
|||
ComboBox
|
||||
{
|
||||
id: control
|
||||
property bool highlighted: False
|
||||
property bool highlighted: false
|
||||
background: Rectangle
|
||||
{
|
||||
color:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue