Quote:
Originally Posted by Eroa
best style would be, to not have a bar, I dont mind the text, but.. why a bar crossing the whole screen?
|
That's a matter of taste
But if you want it removed, just open the .xml file and change:
Code:
<BitmapView bitmap_gfx="misc/fadeinout_center.png"
layout_borders="Rect(0,1,0,0)"
view_flags="BMF_FILTER"
max_size_extend="Point(COORD_MAX,-1)"/>
To:
Code:
<!--BitmapView bitmap_gfx="misc/fadeinout_center.png"
layout_borders="Rect(0,1,0,0)"
view_flags="BMF_FILTER"
max_size_extend="Point(COORD_MAX,-1)"/-->