Reintroduce section-wide indentation

This commit is contained in:
2024-11-24 10:57:09 +00:00
parent 9529185319
commit 426b81abb9
4 changed files with 7 additions and 7 deletions
+1
View File
@@ -31,6 +31,7 @@ data SelectionSection a = SelectionSection
{ _ssItems :: IntMap (SelectionItem a)
, _ssOffset :: Int
, _ssShownItems :: [Picture]
, _ssIndent :: Int
}
type IMSS a = IntMap (SelectionSection a)