Commit fe888851 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix autoresize initial value

Default values should match with skins.dtd
parent 9a74aaad
......@@ -705,7 +705,7 @@ void SkinParser::handleBeginElement( const string &rName, AttrList_t &attr )
DefaultAttr( attr, "rightbottom", "lefttop" );
DefaultAttr( attr, "xkeepratio", "false" );
DefaultAttr( attr, "ykeepratio", "false" );
DefaultAttr( attr, "autoresize", "false" );
DefaultAttr( attr, "autoresize", "true" );
DefaultAttr( attr, "help", "" );
int refWidth, refHeight;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment