Skip to content
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

Unable to widen "Symbol" column in Top Down view #116

Closed
tmcguire opened this issue Feb 5, 2018 · 3 comments
Closed

Unable to widen "Symbol" column in Top Down view #116

tmcguire opened this issue Feb 5, 2018 · 3 comments
Labels

Comments

@tmcguire
Copy link
Contributor

tmcguire commented Feb 5, 2018

It seems impossible to make the "Symbol" column in the Top Down view wider. Hovering over the header doesn't show a resize indicator for that column.
In a very deep call tree, this prevents the user from properly reading the symbol name - see attached screenshot. In addition, I can not right-click the header to hide the other columns, which would also save some space.

@tmcguire
Copy link
Contributor Author

tmcguire commented Feb 5, 2018

hotspot_column

@milianw milianw added the bug label Feb 7, 2018
@milianw
Copy link
Member

milianw commented Feb 7, 2018

agreed, I've run into this myself. I believe it's a bug/limitation upstream in Qt arising from the call to setSectionResizeMode(0, QHeaderView::Stretch) in resultsutil.cpp. Try to remove that call, does that help? Thing is, the view right now looks OK as the default, but it should still be possible to manually change the column widths. Suggestions welcome on how to handle this.

@baryluk
Copy link
Contributor

baryluk commented Jun 3, 2020

The logic for resizing columns is bit weird and counter intuitive for other columns too. I.e. to resize "Binary" column you can't drag the left side of the binary column and drag it left to make it larger, instead you need to grab the right side and move it right, but when doing so, the right side stays in place, and left moves. Weird!

BTW. Great tool. I like it! :)

@milianw milianw closed this as completed in 7d25176 Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants