-
Notifications
You must be signed in to change notification settings - Fork 2
double click between column headers to autoresize does not take header size into consideration #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
…height/width between data and labels
…height/width between data and labels
somehow this problem is still present |
More precisely, it works for the first column(s) (the label columns), but not the data columns. If the header length is longer than the width for data cell, it is not shown entirely. For testing, we can use: arr = zeros('a=a_long_label,another_long_label') |
…height/width between data and labels
Still not fixed :) For the "index" columns, it only take axes names into consideration, not labels. arr = ndrange('a=long_long_long;b=b0,b1') Also the axes "view" width is not reset when going from one array to another, which means it desync with the "vlabels" view, leading to odd results. |
…) and resizeAxesRowToContents() methods + synchronized view_axes with view_x/ylabels in ArrayEditorWidget
it only takes the data into consideration (while it should use both header and data), and if the header size is larger than the data, it is annoying, because the header text is not entirely visible.
The text was updated successfully, but these errors were encountered: