This commit is contained in:
2024-11-26 23:01:17 +00:00
parent f64dc86a30
commit 9534698a24
3 changed files with 1 additions and 12 deletions
-3
View File
@@ -3,7 +3,6 @@ module Dodge.ListDisplayParams (
invCursorParams,
secondColumnParams,
subInvX,
defaultListDisplayParams,
optionListDisplayParams,
) where
@@ -26,7 +25,6 @@ defaultListDisplayParams =
{ _spScreenOff = V2 (-0.5) 0.5 -- top left
, _spPixelOff = 0
}
, _ldpWidth = UseItemWidth
}
invDP :: ListDisplayParams
@@ -59,4 +57,3 @@ optionListDisplayParams =
& ldpPos . spPixelOff .~ V2 11 (-70)
& ldpScale .~ 2
& ldpVerticalGap .~ 0
& ldpWidth .~ FixedSelectionWidth 50