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

Remove extra padding around canvas on qtcontroller #100

Open
cdyk opened this issue May 1, 2014 · 1 comment
Open

Remove extra padding around canvas on qtcontroller #100

cdyk opened this issue May 1, 2014 · 1 comment
Labels

Comments

@cdyk
Copy link
Contributor

cdyk commented May 1, 2014

In addCanvas in GUIBuilder,
wrapper->setContentsMargins( 0, 0, 0, 0 );
should be replaced with
wrapper_layout->setContentsMargins( 0, 0, 0, 0 );
to avoid adding an extra 11px boundary when running in perf mode.

@cdyk cdyk added the bug label May 1, 2014
@cdyk
Copy link
Contributor Author

cdyk commented May 1, 2014

Fixed in cdyk_gui_qtlayout_fixes

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

1 participant