diff options
author | scgilardi <scgilardi@gmail.com> | 2009-05-31 06:30:26 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2009-05-31 06:30:26 +0000 |
commit | 6efe93a019fbd037889e57325f4cdb2063fd8a2d (patch) | |
tree | fdf699b01c1091c36ae9651d36b05b2e36da286d /src/clojure | |
parent | 62c2ffff17b7b1ecd04a8e50e4f1b34ca19b1cf9 (diff) |
miglayout/example clearer formatting on miglayout call
Diffstat (limited to 'src/clojure')
-rw-r--r-- | src/clojure/contrib/miglayout/example.clj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/clojure/contrib/miglayout/example.clj b/src/clojure/contrib/miglayout/example.clj index 8c3f8c44..8fe4b614 100644 --- a/src/clojure/contrib/miglayout/example.clj +++ b/src/clojure/contrib/miglayout/example.clj @@ -36,8 +36,7 @@ "Creates a converter UI" [] (let [panel - (miglayout - (JPanel.) + (miglayout (JPanel.) (JTextField.) {:id :input :width 120} (JLabel. "\u00b0Celsius") :wrap (JButton. "Convert") {:id :convert} |