diff --git a/src/calng/scenes.py b/src/calng/scenes.py index 0b2931bbadc6f310af8e34ce2febe5bd9cbbae59..6fa0926608691500b0d76718c7c4d2f32507f4a2 100644 --- a/src/calng/scenes.py +++ b/src/calng/scenes.py @@ -814,6 +814,21 @@ class GeometryFromFileSettings(VerticalLayout): height=BASE_INC, ) ) + self.children.append( + LabelModel( + text="File type:", + width=4 * BASE_INC, + height=BASE_INC, + ) + ) + self.children.append( + ComboBoxModel( + keys=[f"{device_id}.geometryFile.fileType"], + klass="EditableComboBox", + width=8 * BASE_INC, + height=BASE_INC, + ) + ) self.children.append( HorizontalLayout( LabelModel(text="Offset", width=3 * BASE_INC, height=BASE_INC),