Merge branch 'dev' into ifcimporter
This commit is contained in:
commit
8669e1301f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user