summaryrefslogtreecommitdiff
path: root/ui/column_attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/column_attr.h')
-rw-r--r--ui/column_attr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/column_attr.h b/ui/column_attr.h
index 5f0d79aa..399f553b 100644
--- a/ui/column_attr.h
+++ b/ui/column_attr.h
@@ -67,8 +67,9 @@ std::vector<ColumnAttributeRim> getDefaultColumnAttributesRight()
enum ColumnTypeMiddle
{
- COL_TYPE_MIDDLE_VALUE,
- COL_TYPE_BORDER
+ COL_TYPE_CHECKBOX,
+ COL_TYPE_CMP_CATEGORY,
+ COL_TYPE_SYNC_ACTION,
};
//------------------------------------------------------------------
bgstack15