Minor fixups.
This commit is contained in:
parent
e2605f5db9
commit
b3f7559bef
|
@ -1,8 +1,6 @@
|
|||
// 31 july 2015
|
||||
import Cocoa
|
||||
|
||||
typedef struct tAutoLayoutParams tAutoLayoutParams;
|
||||
|
||||
// TODO stretchy across both dimensions
|
||||
// for a vertical box, the horizontal width should be variable
|
||||
class tAutoLayoutParams {
|
||||
|
|
|
@ -14,9 +14,9 @@ func tIsAmbiguous(view: NSView, indent: Int) {
|
|||
}
|
||||
|
||||
class tWindow : tControl {
|
||||
private var w: NSWindow;
|
||||
private var c: tControl;
|
||||
private var margined: Bool;
|
||||
private var w: NSWindow
|
||||
private var c: tControl
|
||||
private var margined: Bool
|
||||
|
||||
init() {
|
||||
self.w = NSWindow(
|
||||
|
|
Loading…
Reference in New Issue