diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-09 13:52:54 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-09 13:52:54 +0200 |
| commit | 620f39df29fed446ab007e03c7b071f635379f1f (patch) | |
| tree | 0de68703b510ce1e67e04b9ef3722e3afddb25d3 /internal_rewrite/ui_dropdown_item.h | |
| parent | f3e05f066a09546f55ad3b59471a5a39a0ce4243 (diff) | |
a
Diffstat (limited to 'internal_rewrite/ui_dropdown_item.h')
| -rw-r--r-- | internal_rewrite/ui_dropdown_item.h | 4 |
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 }
};
|
