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
+2 -2
View File
@@ -104,7 +104,7 @@ colStrToSelItem (col, str) =
{ _siPictures = [str]
, _siHeight = 1
, _siIsSelectable = True
, _siWidth = length str
--, _siWidth = length str
, _siColor = col
, _siOffX = 0
, _siPayload = id
@@ -121,7 +121,7 @@ menuOptionToSelectionItem w padAmount mo =
{ _siPictures = [optionText]
, _siHeight = 1
, _siIsSelectable = isselectable
, _siWidth = length optionText
--, _siWidth = length optionText
, _siColor = thecol
, _siOffX = 0
, _siPayload = f