Skip to content

Commit

Permalink
remove nominalText and replace by nominal if necessary everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Apr 16, 2024
1 parent 65fdbc5 commit e64235d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/qml/NetworkAnalysis.qml
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ Form
visible: dataRatioButton.checked
preferredHeight: jaspTheme.smallDefaultVariablesFormHeight
AvailableVariablesList { name: "allXYVariables" }
AssignedVariablesList { name: "layoutX"; title: qsTr("x"); singleVariable: true; suggestedColumns: "nominalText"}
AssignedVariablesList { name: "layoutY"; title: qsTr("y"); singleVariable: true; suggestedColumns: "nominalText"}
AssignedVariablesList { name: "layoutX"; title: qsTr("x"); singleVariable: true; suggestedColumns: "nominal"}
AssignedVariablesList { name: "layoutY"; title: qsTr("y"); singleVariable: true; suggestedColumns: "nominal"}
}

CheckBox
Expand Down

0 comments on commit e64235d

Please sign in to comment.