From: Olivier Teulière Date: Sun, 4 Dec 2005 16:54:17 +0000 (+0000) Subject: * share/skins2/skin.dtd: Video.autoresize defaults to true X-Git-Tag: 0.9.0-test0~13076 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=87d12b49dfc532911feb05a62b2c4958b5eecf13;p=vlc * share/skins2/skin.dtd: Video.autoresize defaults to true * doc/skins/skins2-howto.xml: Added documentation for this attribute --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index df813fa80f..ac35509298 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -647,6 +647,11 @@ difficulty to understand how VLC skins work. Initial height of the control, in pixels. Default value: 0 + + autoresize + Indicate whether the layout should be automatically resized to fit the dimensions of the played video. + Default value: true + diff --git a/share/skins2/skin.dtd b/share/skins2/skin.dtd index c7c5139e38..13ab27ffb9 100644 --- a/share/skins2/skin.dtd +++ b/share/skins2/skin.dtd @@ -260,6 +260,6 @@ height CDATA "0" lefttop CDATA "lefttop" rightbottom CDATA "lefttop" - autoresize CDATA "false" + autoresize CDATA "true" help CDATA "" >