Skip to content

Commit

Permalink
Replace controlMinWidth by fieldWidth in VariablesForm
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb committed Dec 5, 2024
1 parent e23a712 commit de617fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QMLComponents/components/JASP/Controls/VariablesForm.qml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ VariablesFormBase
else if (isControlComboBox && widthSetByForm(control))
{
control.setLabelAbove = true
control.controlMinWidth = Qt.binding(function() {return variablesForm.listWidth; })
control.fieldWidth = Qt.binding(function() {return variablesForm.listWidth; })
}
}

Expand Down

0 comments on commit de617fb

Please sign in to comment.