diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-10 11:33:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-10 11:33:53 -0400 |
| commit | 37bc89fe52c8c6c4c56c4da69126f2d50101e194 (patch) | |
| tree | a00d9a09e1ac03a946082ebf6adaae6bb9cfa1f6 /prefsize_unix.go | |
| parent | 6e7f15c8e072b70130c9e9d5230b66f5685656ce (diff) | |
More go fmt.
Diffstat (limited to 'prefsize_unix.go')
| -rw-r--r-- | prefsize_unix.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prefsize_unix.go b/prefsize_unix.go index 7ec2e86..7aecdab 100644 --- a/prefsize_unix.go +++ b/prefsize_unix.go @@ -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. |
