summaryrefslogtreecommitdiff
path: root/prefsize_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-10 11:33:53 -0400
committerPietro Gagliardi <[email protected]>2014-06-10 11:33:53 -0400
commit37bc89fe52c8c6c4c56c4da69126f2d50101e194 (patch)
treea00d9a09e1ac03a946082ebf6adaae6bb9cfa1f6 /prefsize_darwin.go
parent6e7f15c8e072b70130c9e9d5230b66f5685656ce (diff)
More go fmt.
Diffstat (limited to 'prefsize_darwin.go')
-rw-r--r--prefsize_darwin.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/prefsize_darwin.go b/prefsize_darwin.go
index ae53b8b..629a748 100644
--- a/prefsize_darwin.go
+++ b/prefsize_darwin.go
@@ -34,14 +34,14 @@ func areaPrefSize(control C.id) (width int, height int) {
}
var prefsizefuncs = [nctypes]func(C.id) (int, int){
- c_button: controlPrefSize,
- c_checkbox: controlPrefSize,
- c_combobox: controlPrefSize,
- c_lineedit: controlPrefSize,
- c_label: controlPrefSize,
- c_listbox: listboxPrefSize,
- c_progressbar: pbarPrefSize,
- c_area: areaPrefSize,
+ c_button: controlPrefSize,
+ c_checkbox: controlPrefSize,
+ c_combobox: controlPrefSize,
+ c_lineedit: controlPrefSize,
+ c_label: controlPrefSize,
+ c_listbox: listboxPrefSize,
+ c_progressbar: pbarPrefSize,
+ c_area: areaPrefSize,
}
func (s *sysData) preferredSize() (width int, height int) {