Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user