mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:49:03 +08:00
Fix combo box setting item so it displays the right things
This commit is contained in:
parent
d1d2dc04c5
commit
3514d4839d
@ -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…
x
Reference in New Issue
Block a user