Skip to content

Commit 1b2c9a9

Browse files
committed
At least don't explode.
1 parent 869aba8 commit 1b2c9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FewDemo/MyPlayground.playground/section-1.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import Cocoa
44
import Few
55
import XCPlayground
66

7-
let view = View(backgroundColor: NSColor.redColor())
7+
let view = View(backgroundColor: NSColor.redColor()).size(100, 100)
88
view.ql

0 commit comments

Comments
 (0)