Cocos creator set design resolution?

How to set the design resolution in cocos creator?

You can set in the Canvas properties panel

@logidzk but canvas is for ui only right?
are all nodes that are ui related should be children of canvas?

Any graphical elements that you want to auto scale along with screen resolution change should be under Canvas node.

How do you set the resolution policy to be NO_BORDER? Before Cocos Creator you used to set the policy in main.js but where/how do you do it now?

did you solve this issue? I am always wondering how to change the resolution policy.

Yes, I found my answer here: http://www.cocos2d-x.org/docs/editors_and_tools/creator-chapters/ui/multi-resolution/