mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Fix combo box setting item so it displays the right things
This commit is contained in:
parent
d1d2dc04c5
commit
3514d4839d
1 changed files with 4 additions and 4 deletions
|
@ -11,12 +11,12 @@ SettingItem
|
|||
{
|
||||
id: base
|
||||
|
||||
ComboBox
|
||||
contents: ComboBox
|
||||
{
|
||||
// signal valueChanged(string value);
|
||||
// id: base
|
||||
model: definition.options
|
||||
textRole: "name";
|
||||
textRole: "value";
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
MouseArea
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue