Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #178 from ess-dmsc/174_Pint_throws_an_exception_if…
Browse files Browse the repository at this point in the history
…_you_type_in_the_file_selection_box

174 pint throws an exception if you type in the file selection box
  • Loading branch information
rerpha authored Apr 4, 2019
2 parents 93ac53e + ceac1d3 commit c5bab57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/Qtmodels/GeometryControls.qml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Pane {
labelText: "Geometry file:"
editorText: file_url
anchoredEditor: true
onEditingFinished: file_url = editorText
readOnly: true
}
PaddedButton {
Expand Down Expand Up @@ -125,7 +124,6 @@ Pane {

LabeledTextField {
id: unitInput
// labelText: "Geometry file:"
editorText: units
Layout.fillWidth: true
anchoredEditor: true
Expand Down

0 comments on commit c5bab57

Please sign in to comment.