Refactor section sizing

This commit is contained in:
2024-11-24 09:42:46 +00:00
parent 1e4fd1690f
commit 896b452539
5 changed files with 214 additions and 110 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ data SectionCursor = SectionCursor
data SelectionSection a = SelectionSection
{ _ssItems :: IntMap (SelectionItem a)
, _ssMinSize :: Int
-- , _ssMinSize :: Int
, _ssOffset :: Int
, _ssShownItems :: [Picture]
, _ssIndent :: Int