From 87d12b49dfc532911feb05a62b2c4958b5eecf13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 4 Dec 2005 16:54:17 +0000 Subject: [PATCH] * share/skins2/skin.dtd: Video.autoresize defaults to true * doc/skins/skins2-howto.xml: Added documentation for this attribute --- doc/skins/skins2-howto.xml | 5 +++++ share/skins2/skin.dtd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 "" > -- 2.39.2