mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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
|
id: base
|
||||||
|
|
||||||
ComboBox
|
contents: ComboBox
|
||||||
{
|
{
|
||||||
// signal valueChanged(string value);
|
|
||||||
// id: base
|
|
||||||
model: definition.options
|
model: definition.options
|
||||||
textRole: "name";
|
textRole: "value";
|
||||||
|
|
||||||
|
anchors.fill: parent
|
||||||
|
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue