Resizing Columns not working or strange

Description

For example, in the Symbolic pane inside the Animation view, I cannot make the Status column smaller. Also, when I drag the left-hand side some other column becomes larger.

Environment

None

Activity

Show:

dgelessus November 7, 2019 at 9:36 AM

The fixed size of the status column is intentional - the column only contains icons that all have the same size, so there is no need to change its size.

The strange behavior when trying to resize the column is a side effect of how we block resizing. JavaFX doesn't provide a way to completely disable column resizing, so instead we set the column's minimum and maximum size to the same value. This prevents the column size from changing, but apparently confuses the JavaFX column resizing algorithm (which causes the sizes of other columns to change).

Details

Assignee

Reporter

Priority

Created November 5, 2019 at 1:27 PM
Updated November 7, 2019 at 9:37 AM