aboutsummaryrefslogtreecommitdiffstats
path: root/DragPane.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-05 14:41:39 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-05 14:41:39 +0200
commit8f6c3765e0bae0ec8284ce16d69f94104d0c3df7 (patch)
treeffb39bed8af9fa5af4d6c870fb2b5289abb69852 /DragPane.hs
parentfa7deda50ab0be752a0ef59002ee54e761570706 (diff)
downloadXMonadContrib-8f6c3765e0bae0ec8284ce16d69f94104d0c3df7.tar.gz
XMonadContrib-8f6c3765e0bae0ec8284ce16d69f94104d0c3df7.tar.xz
XMonadContrib-8f6c3765e0bae0ec8284ce16d69f94104d0c3df7.zip
make dragPane handle thinner.
darcs-hash:20070905124139-72aca-d70823e057c88fa039e518259a3896f10fa39aed.gz
Diffstat (limited to 'DragPane.hs')
-rw-r--r--DragPane.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DragPane.hs b/DragPane.hs
index 8207be8..17884c3 100644
--- a/DragPane.hs
+++ b/DragPane.hs
@@ -40,7 +40,7 @@ import StackSet ( focus, up, down)
-- > dragPane "" (fromRational delta) (fromRational delta)
halfHandleWidth :: Integral a => a
-halfHandleWidth = 2
+halfHandleWidth = 1
handleColor :: String
handleColor = "#000000"