mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
ComboBox
|
||||||
{
|
{
|
||||||
id: control
|
id: control
|
||||||
property bool highlighted: False
|
property bool highlighted: false
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
color:
|
color:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue