Look at line 282 at the "xaseco/records_eyepiece.xml" ... for example.
Increasing the "topcount" should solve your problem.

If you set both the entries and topcount to 16 the widget will show the dedi's from 1 to 16.

Code: Select all
<dedimania_records>
<title>Dedimania Records</title>
<width>15.5</width>
<icon_style>Icons128x128_1</icon_style>
<icon_substyle>Rankings</icon_substyle>
<gamemode>
<time_attack>
<enabled>true</enabled>
<pos_x>-64.7</pos_x>
<pos_y>23.65</pos_y>
<entries>16</entries>
<topcount>3</topcount> // <<<<<<<<<<< HERE
</time_attack>
</gamemode>
</dedimania_records>