mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-06 07:01:52 -07:00
Fix for Tall documentation
This commit is contained in:
@@ -52,8 +52,8 @@ instance LayoutClass Full a
|
|||||||
-- | The builtin tiling mode of xmonad. Supports 'Shrink', 'Expand' and
|
-- | The builtin tiling mode of xmonad. Supports 'Shrink', 'Expand' and
|
||||||
-- 'IncMasterN'.
|
-- 'IncMasterN'.
|
||||||
data Tall a = Tall { tallNMaster :: !Int -- ^ The default number of windows in the master pane (default: 1)
|
data Tall a = Tall { tallNMaster :: !Int -- ^ The default number of windows in the master pane (default: 1)
|
||||||
, tallRatio :: !Rational -- ^ Default proportion of screen occupied by master pane (default: 1/2)
|
, tallRatioIncrement :: !Rational -- ^ Percent of screen to increment by when resizing panes (default: 3/100)
|
||||||
, 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)
|
||||||
deriving (Show, Read)
|
deriving (Show, Read)
|
||||||
-- TODO should be capped [0..1] ..
|
-- TODO should be capped [0..1] ..
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user