diff --git a/source/model/property.js b/source/model/property.js index 7b42be3..d28bf8d 100644 --- a/source/model/property.js +++ b/source/model/property.js @@ -3,8 +3,9 @@ OV.PropertyType = Text : 1, Integer : 2, Number : 3, - Percent : 4, - Color : 5 + Boolean : 4, + Percent : 5, + Color : 6 }; OV.Property = class diff --git a/website/o3dv/website.css b/website/o3dv/website.css index 3e94910..ef784d3 100644 --- a/website/o3dv/website.css +++ b/website/o3dv/website.css @@ -677,6 +677,9 @@ div.ov_property_table div.ov_property_table_row div.ov_property_table div.ov_property_table_row.group { padding: 4px 0px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } div.ov_property_table div.ov_property_table_row.ingroup