diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-13 11:04:37 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-10-13 11:04:37 +0200 |
commit | edfd25c5cde6ad9ee66a096d2fd04f81ebf18441 (patch) | |
tree | f29d3bd3559db9e4ee6f2a075011300c4cefa45d | |
parent | 848466e5ebcd2d578b3eeffd4e092868a961943f (diff) | |
download | XMonadContrib-edfd25c5cde6ad9ee66a096d2fd04f81ebf18441.tar.gz XMonadContrib-edfd25c5cde6ad9ee66a096d2fd04f81ebf18441.tar.xz XMonadContrib-edfd25c5cde6ad9ee66a096d2fd04f81ebf18441.zip |
DragPane: haddock fixes
darcs-hash:20071013090437-32816-9b08354e83fbca90f69fc907b0c570ed1ea33e1f.gz
-rw-r--r-- | DragPane.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DragPane.hs b/DragPane.hs index 793f80c..9a058ac 100644 --- a/DragPane.hs +++ b/DragPane.hs @@ -47,7 +47,7 @@ import XMonadContrib.XUtils -- -- and add, to the list of layouts: -- --- > dragPane Vertical 0.1 0.5 +-- > Layout $ dragPane Horizontal 0.1 0.5 halfHandleWidth :: Integral a => a halfHandleWidth = 1 |