I am using nukescripts.registerWidgetAsPanel() to turn my PyQt widget into a panel. This works great--the only thing that is bothering me is that there is an annoying ~20 border all around my widget eating up all my screen real estate. I would like to have total control over the panel canvas in my widget and not have borders automatically. Is there a way to make my widget the Panel rather than a knob in a panel or otherwise do a widget.layout().setMargin(0) on whatever layout contains my widget?
Thanks, micah _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
