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

Category list in "Options" dialog shows horizontal scroll bar #7

Open
warped-rudi opened this issue Sep 14, 2011 · 0 comments
Open

Comments

@warped-rudi
Copy link

Probably due to some differences in the font handling, our Creator shows the unwanted behavior. The easiest fix is to increase the size hint for the category list in /src/plugins/coreplugin/dialogs/settingsdialog.cpp, line 259:

int width = sizeHintForColumn(0) + frameWidth() * 2 + 20;

works for me. What do you think ? Should we make this OS/2 specific ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant