Set player icons as 128x128 instead of 160x120 so the image ratio is correct.

This commit is contained in:
Arthur-D 2014-06-04 14:55:13 +02:00
parent 9c1e371803
commit cad6d5b3ae
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<spacer height="15" width="10"/>
<scrollable_ribbon id="players" height="120" y="10" x="10" width="98%" align="center" label_location="each"
square_items="true" child_width="160" child_height="120" />
square_items="true" child_width="128" child_height="128" />
<spacer height="15" width="10"/>
<div width="80%" align="center" layout="vertical-row" height="fit">

View File

@ -18,7 +18,7 @@
<spacer height="15" width="10"/>
<scrollable_ribbon id="players" height="120" y="10" x="10" width="98%" align="center" label_location="each"
square_items="true" child_width="160" child_height="120" />
square_items="true" child_width="128" child_height="128" />
<spacer height="15" width="10"/>
<div width="80%" align="center" layout="vertical-row" height="fit">