summaryrefslogtreecommitdiff
path: root/internal_rewrite/ui_dropdown_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/ui_dropdown_item.h')
-rw-r--r--internal_rewrite/ui_dropdown_item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_rewrite/ui_dropdown_item.h b/internal_rewrite/ui_dropdown_item.h
index f998254..aa3d41e 100644
--- a/internal_rewrite/ui_dropdown_item.h
+++ b/internal_rewrite/ui_dropdown_item.h
@@ -158,8 +158,8 @@ namespace ui
static std::vector< dropdown_item_t< > > multipoint_types = {
{ xors( "off" ), 0 },
- { xors( "minimal" ), 1 },
- { xors( "vitals" ), 2 },
+ { xors( "center" ), 1 },
+ { xors( "edges" ), 2 },
{ xors( "full" ), 3 }
};