diff options
-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 |