Skip to content

Commit

Permalink
More qml.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Dec 18, 2024
1 parent 18f459b commit bf0ff67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/qml/modifyCharges/Loader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Page {
sourceComponent: {
var path = modify === ModifyChargesModel.Scaling ? "ScaleLayout.qml" : "Layout.qml";
loader.setSource(qsTr("qrc:/dialogs/qml/modifyCharges/") + path, {
"dialogModel": dialogModel,
"modify": modify
});
"dialogModel": dialogModel,
"modify": modify
});
}
}
}

0 comments on commit bf0ff67

Please sign in to comment.