Skip to content

Remove extra padding around canvas on qtcontroller #100

@cdyk

Description

@cdyk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions