Jump to content

Increasing box width


all4everdragon

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...

Have a look at 'team form news panel.xml' from the panels\news_item_panels folder

This line near the top should affect the width of the entire panel:

<layout class="arrange_horizontal_attachment" layout="250,-1" inset="0" offset="0" gap="10"/>

Increasing the 250 value should increase the width of the table.

Then further down the file this line should control the layout of the actual table:

<widget class="table" mode="fill_rows" layout="40,-1,30" id="fxtb" column_spacing="2" row_spacing="2">

The first value (40) should control the width of the date column and the last value (30) should control the width of the score column, the middle value (-1) should then control the team name, but you don't need to adjust this as the -1 value means it will fill up the rest of the space.

To make the score more visible increase the 30 value, but make sure you don't increase it more than you increased the value on the first bit of code.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...