From 1b2c9a9612b7b8ef45546b8099b1c24fce5c3fa2 Mon Sep 17 00:00:00 2001 From: joshaber Date: Thu, 12 Mar 2015 20:56:47 -0400 Subject: [PATCH] At least don't explode. --- FewDemo/MyPlayground.playground/section-1.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FewDemo/MyPlayground.playground/section-1.swift b/FewDemo/MyPlayground.playground/section-1.swift index 72f959e..2cfb749 100644 --- a/FewDemo/MyPlayground.playground/section-1.swift +++ b/FewDemo/MyPlayground.playground/section-1.swift @@ -4,5 +4,5 @@ import Cocoa import Few import XCPlayground -let view = View(backgroundColor: NSColor.redColor()) +let view = View(backgroundColor: NSColor.redColor()).size(100, 100) view.ql