Skip to content

Modified UI for group item in its table view if extensible

Yumin Yuan requested to merge yumin/smtk:groupitem-table-view into master

When the group item is extensible, the subgroups were displayed in a table and the items in the subgroups were in a vertical layout. A couple issues are fixed in this commit, one is the table cells are now always resized to fit the full contents of the cell widget; the other one is the for items in subgroups, a horizontal layout is used instead of vertical.

Merge request reports