More go fmt.

This commit is contained in:
Pietro Gagliardi 2014-06-10 11:33:53 -04:00
parent 6e7f15c8e0
commit 37bc89fe52
3 changed files with 9 additions and 13 deletions

View File

@ -4,10 +4,6 @@
package ui
import (
// ...
)
// GTK+ 3 makes this easy: controls can tell us what their preferred size is!
// ...actually, it tells us two things: the "minimum size" and the "natural size".
// The "minimum size" is the smallest size we /can/ display /anything/. The "natural size" is the smallest size we would /prefer/ to display.