summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-04 01:31:48 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-04 01:31:48 +0200
commit118587eecefd5906af3a01ce9e68f813e89d724c (patch)
treef436992dcd4db432fd9d4e4e4965c9aa061080d8 /Config.hs
parent9de83bbfa3f4b583adb769a27c7754ee4611afe2 (diff)
downloadmetatile-118587eecefd5906af3a01ce9e68f813e89d724c.tar
metatile-118587eecefd5906af3a01ce9e68f813e89d724c.zip
Revert accidental change to Config.hs
darcs-hash:20070503233148-a5988-628ec9194db704513dd804fc7c72bb478689526e
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 59d2c38..1f2598c 100644
--- a/Config.hs
+++ b/Config.hs
@@ -131,7 +131,7 @@ focusedBorderColor = "#ff0000"
-- Width of the window border in pixels
borderWidth :: Dimension
-borderWidth = 2
+borderWidth = 1
-- The default set of Layouts:
defaultLayouts :: [Layout]