diff --git a/src/components/FillHolesParameterControls.vue b/src/components/FillHolesParameterControls.vue
new file mode 100644
index 000000000..94b6c2c71
--- /dev/null
+++ b/src/components/FillHolesParameterControls.vue
@@ -0,0 +1,96 @@
+
+
+
+ Fill enclosed holes in the segmentation on the axis of the selected
+ view.
+
+ - Finds background regions fully enclosed by segments on a slice.
+ -
+ Fills holes on the current slice by default, or every slice of the
+ active view's axis.
+
+ -
+ All-segments mode fills each hole with the surrounding segment's
+ label; selected-segment mode fills only the active segment's holes.
+
+
+
+
+
+
+
{{ scope.label }}
+
+
+ {{ option.label }}
+
+
+
+
+
+
diff --git a/src/components/ProcessControls.vue b/src/components/ProcessControls.vue
index a1b40b660..7a587a923 100644
--- a/src/components/ProcessControls.vue
+++ b/src/components/ProcessControls.vue
@@ -2,37 +2,28 @@
diff --git a/src/components/ProcessTypeSelector.vue b/src/components/ProcessTypeSelector.vue
index 49cd5ecba..8c7837bd4 100644
--- a/src/components/ProcessTypeSelector.vue
+++ b/src/components/ProcessTypeSelector.vue
@@ -4,10 +4,12 @@
v-model="activeProcessType"
mandatory
selected-class="selected"
- class="d-flex align-center justify-center"
+ class="d-flex align-center justify-center flex-wrap"
>
- mdi-layers-triple
- Fill Between
-
-
-
-
- mdi-blur
- Smooth
+ {{ definition.icon }}
+ {{ definition.label }}
@@ -42,10 +29,8 @@