Forgot a help fix: Drag a dock's title bar, not divider, to reposition
[supercollider.git] / SCClassLibrary / QtCollider / flowViewSupportQt.sc
blobda5c818399688b0a09d015ed5a58e2508764aa51
3 + QWindow {
5         asPageLayout { arg title,bounds;
6                 ^PageLayout.on(this,bounds)
7         }
11 + QView {
12         
13         asPageLayout { arg title,bounds;
14                 ^FlowView(this,bounds ?? {this.bounds})
15         }