From 321ac12b981c45a76483bab3d802c69df0d350c4 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Thu, 15 Apr 2010 19:39:36 +0200 Subject: fix haddock comment being assigned to constructor instead of field Ignore-this: 55ac1c5dadc88a0d7635d8952feb40a0 darcs-hash:20100415173936-c9ff5-505c98e1de70a1a5f616d8f3bb260a431d165f6c --- XMonad/Layout.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/XMonad/Layout.hs b/XMonad/Layout.hs index faa2246..a8821d5 100644 --- a/XMonad/Layout.hs +++ b/XMonad/Layout.hs @@ -53,7 +53,8 @@ instance LayoutClass Full a -- 'IncMasterN'. data Tall a = Tall { tallNMaster :: !Int -- ^ The default number of windows in the master pane (default: 1) , tallRatioIncrement :: !Rational -- ^ Percent of screen to increment by when resizing panes (default: 3/100) - , tallRatio :: !Rational } -- ^ Default proportion of screen occupied by master pane (default: 1/2) + , tallRatio :: !Rational -- ^ Default proportion of screen occupied by master pane (default: 1/2) + } deriving (Show, Read) -- TODO should be capped [0..1] .. -- cgit v1.2.3