From d2e8e44a0ea7c3af20e2c15803e76714a1761bee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 3 May 2015 16:28:06 +0200 Subject: [PATCH] pdfform.module: repair whitespace something is fishy her because commit 33a74748 destroyed the alignment for some entries --- lib/layouts/pdfform.module | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/layouts/pdfform.module b/lib/layouts/pdfform.module index f4954d7d0d..6d82438d24 100644 --- a/lib/layouts/pdfform.module +++ b/lib/layouts/pdfform.module @@ -25,8 +25,8 @@ Style "Begin PDF Form" LabelType Static LabelString "Begin PDF Form" Argument 1 - MenuString "PDF Form Parameters" - LabelString "Params" + MenuString "PDF Form Parameters" + LabelString "Params" Tooltip "Insert PDF form parameters here" AutoInsert 1 EndArgument @@ -34,7 +34,7 @@ Style "Begin PDF Form" Series Bold Color Green EndFont - Requires hyperref + Requires hyperref End Style "End PDF Form" @@ -62,17 +62,17 @@ InsetLayout Flex:TextField LatexName TextField LabelString "TextField" Argument 1 - MenuString "PDF Form Parameters" - LabelString "Params" + MenuString "PDF Form Parameters" + LabelString "Params" Tooltip "Insert PDF form parameters here" - AutoInsert 1 + AutoInsert 1 EndArgument PassThru 1 LabelFont Color magenta Size Small EndFont - Requires hyperref + Requires hyperref End InsetLayout Flex:CheckBox @@ -86,9 +86,9 @@ InsetLayout Flex:ChoiceMenu LatexName ChoiceMenu LabelString "ChoiceMenu" Argument 2 - LabelString "Label" + LabelString "Label" Mandatory 1 - AutoInsert 1 + AutoInsert 1 ToolTip "Insert the label here" EndArgument End @@ -120,9 +120,9 @@ InsetLayout Flex:PDFAction LatexName Acrobatmenu LabelString "PDFAction" Argument 1 - LabelString "Action" + LabelString "Action" Mandatory 1 - AutoInsert 1 + AutoInsert 1 ToolTip "The name of the PDF action" EndArgument End -- 2.39.2