From bf2e2459f800f953d95681a937051fcf56ac79aa Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 10 Apr 2022 12:14:22 -0600 Subject: Minor changes --- src/Internal/Layout.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Internal/Layout.hs') diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs index 6c78c70..229e958 100644 --- a/src/Internal/Layout.hs +++ b/src/Internal/Layout.hs @@ -43,7 +43,7 @@ myLayout = mods (ModifyDescription ThreeColDescMod (ThreeCol 1 (3/100) (1/2))) |: mods Grid |: mods (Dishes 2 (1/6)) |: - mods (D.Dwindle D.R D.CW 1.5 1.1) |: + mods (reinterpretIncMaster $ D.Dwindle D.R D.CW 1.5 1.1) |: nil -- This is a type class that defines how to reinterpret a message. One can think -- cgit