Problem description
The ID column is spaced variably. As a result, it is smaller when all states have one-digit IDs than if there was a two-digit ID. This makes the structure list jump when moving the cursor.
Example
Take the built-in "short example". Move the cursor between time points 9e-1 and 1e+0. The list with structures jumps from left to right and vice versa.
Suggested fix
Set the minimal width of the ID column such that it covers at least two or better three digits. Or scan for the maximum ID and take its width if possible.
Problem description
The ID column is spaced variably. As a result, it is smaller when all states have one-digit IDs than if there was a two-digit ID. This makes the structure list jump when moving the cursor.
Example
Take the built-in "short example". Move the cursor between time points 9e-1 and 1e+0. The list with structures jumps from left to right and vice versa.
Suggested fix
Set the minimal width of the ID column such that it covers at least two or better three digits. Or scan for the maximum ID and take its width if possible.