From e92faa0e14f6eaaf826287f90c8f54bf4223d828 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Tue, 26 Dec 2023 09:57:19 +0100 Subject: [PATCH] fix: fix order of objects to visible small parts in bigger parts Signed-off-by: Stefan Dej --- .../panels/Status/ExcludeObject.vue | 6 +- .../panels/Status/ExcludeObjectDialogMap.vue | 87 ++++++++++++------- 2 files changed, 58 insertions(+), 35 deletions(-) diff --git a/src/components/panels/Status/ExcludeObject.vue b/src/components/panels/Status/ExcludeObject.vue index 09f9756af..a988aa230 100644 --- a/src/components/panels/Status/ExcludeObject.vue +++ b/src/components/panels/Status/ExcludeObject.vue @@ -21,7 +21,7 @@ - + @@ -36,7 +36,7 @@ {{ $t('Panels.StatusPanel.ExcludeObject.ExcludeObjectText', { name: excludeObjectDialogName }) }} - + {{ $t('Panels.StatusPanel.ExcludeObject.Cancel') }} @@ -51,7 +51,7 @@ :exclude-object-dialog-name.sync="excludeObjectDialogName" :exclude-object-dialog-bool.sync="boolShowExcludeObjectDialog" @update:name="updateExcludeObjectDialogName" - @update:bool="updateExcludeObjectDialogBool"> + @update:bool="updateExcludeObjectDialogBool" /> diff --git a/src/components/panels/Status/ExcludeObjectDialogMap.vue b/src/components/panels/Status/ExcludeObjectDialogMap.vue index 86f636d32..5d8b1edba 100644 --- a/src/components/panels/Status/ExcludeObjectDialogMap.vue +++ b/src/components/panels/Status/ExcludeObjectDialogMap.vue @@ -1,35 +1,6 @@ - -