@@ -15,7 +15,7 @@ function listview:drawCell(section, row, column, selected, x, y, width, height)
1515 else
1616 gfx .setImageDrawMode (gfx .kDrawModeNXOR )
1717 end
18- gfx .drawText (listviewContents [row ], x + 4 , y + 2 , width , height , nil , " ... " , align . center )
18+ gfx .drawText (listviewContents [row ], x + 4 , y + 2 )
1919end
2020
2121function listview :set (t )
@@ -42,7 +42,7 @@ function filePickList:drawCell(section, row, column, selected, x, y, width, heig
4242 else
4343 gfx .setImageDrawMode (gfx .kDrawModeNXOR )
4444 end
45- gfx .drawText (filePickListContents [row ], x + 4 , y + 2 , width , height , nil , " ... " , align . center )
45+ gfx .drawText (filePickListContents [row ], x + 4 , y + 2 )
4646end
4747
4848function filePickList :set (t )
@@ -69,7 +69,7 @@ function settingsList:drawCell(section, row, column, selected, x, y, width, heig
6969 else
7070 gfx .setImageDrawMode (gfx .kDrawModeNXOR )
7171 end
72- gfx .drawText (settingsListContents [row ], x + 4 , y + 2 , width , height , nil , " ... " , align . center )
72+ gfx .drawText (settingsListContents [row ], x + 4 , y + 2 )
7373end
7474
7575function settingsList :set (t )
0 commit comments