From d5877e36a7ee82b72ed1d3658c55aa48a538dfe5 Mon Sep 17 00:00:00 2001 From: werken Date: Wed, 12 Nov 2003 13:50:27 +0000 Subject: [PATCH] Making the width of the left navcolumn adjustable via a property. ${maven.ui.navcol.width} now defaults to 20% and replaces a hardcoded 20% in the site.jsl. With the new hierarchic expanding navigation, it can get pretty wide when pushed to its limits. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114314 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/plugin.properties | 2 ++ xdoc/src/plugin-resources/site.jsl | 2 +- xdoc/xdocs/properties.xml | 9 +++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index fd1770df..5c8e8074 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -23,6 +23,8 @@ maven.xdoc.poweredby.image=maven-propaganda.png maven.xdoc.poweredby.title=Powered by Maven maven.xdoc.poweredby.url=http://maven.apache.org/ +# The width of the navigation column +maven.ui.navcol.width = 20% # # UI Color Prefs diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 4bfabdf3..41480c98 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -143,7 +143,7 @@ - + + + + +
+
maven.ui.navcol.widthYes + Specifies the width for the navigation column. The + default value is 20% + (gray). +
maven.ui.breadcrumbs.background Yes