gc28
16 years ago
1 month ago
12
Premium
So take a looks at this image, quite hard to play game upon game with a team with this colour scheme,
I want to put a shadow under the text or just change the colour, any help or ideas?

http://farm8.staticflickr.com/7451/10412003876_95f08c886d_b.jpg
2013-10-22_00002 by gic28, on Flickr
TomDixon77
17 years ago
1 year ago
911
If you extract match commentary.xml from panels.fmf, you should find this section of code:

    <widget class="label" id="cmnt" hidden="true">
      <layout class="stick_to_sides_attachment" alignment="horizontal" inset="40" />
      <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />

      <translation id="text" value="" />
      <integer id="size" value="12" />
      <flags id="algn" value="centre" />
      <colour name="text" />
    </widget>
I'm not 100% certain, but you should be able to add either this:

<flags id="style" value="shadowed" />

or this:

<integer id="style" value="shadowed" />

into the widget.

You'll need to Login to comment