This commit is contained in:
2023-02-11 13:42:08 +00:00
parent 24825728f5
commit b5db7a3420
9 changed files with 49 additions and 92 deletions
+3 -3
View File
@@ -30,7 +30,7 @@ invSelectionItem' cr i it = SelectionItem
{ _siPictures = pics
, _siHeight = length pics
, _siIsSelectable = True
, _siWidth = 15
--, _siWidth = 15
, _siColor = col
, _siOffX = 0
, _siPayload = ()
@@ -46,7 +46,7 @@ invSelectionItem cr (i,it) = SelectionItem
{ _siPictures = pics
, _siHeight = length pics
, _siIsSelectable = True
, _siWidth = 15
--, _siWidth = 15
, _siColor = col
, _siOffX = 0
, _siPayload = ()
@@ -63,7 +63,7 @@ closeObjectToSelectionItem n e = SelectionItem
{ _siPictures = pics
, _siHeight = length pics
, _siIsSelectable = True
, _siWidth = 15
--, _siWidth = 15
, _siColor = col
, _siOffX = 2
, _siPayload = ()