From 4911446071b0808f83e514957e2ff0b299a92c3a Mon Sep 17 00:00:00 2001 From: sword-v1 Date: Thu, 29 Nov 2018 13:51:42 +0800 Subject: [PATCH] Update optSetUtils.R MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 一页多图时,标题自动居中显示 --- R/optSetUtils.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/optSetUtils.R b/R/optSetUtils.R index 21c4924..c989979 100644 --- a/R/optSetUtils.R +++ b/R/optSetUtils.R @@ -36,7 +36,8 @@ tilteSet = function(title=NULL, link=NULL, subtitle=NULL, sublink=NULL, text = title, subtext = subtitle, x = matchPos.x(title.x), - y = matchPos.y(title.y) + y = matchPos.y(title.y), + textAlign = "center" ) return(returnList) }