From 7ddfa72936e3beb642141cdcb15cb7254f25c02d Mon Sep 17 00:00:00 2001 From: fidoriel <49869342+fidoriel@users.noreply.github.com> Date: Sun, 9 Feb 2025 21:59:10 +0100 Subject: [PATCH] Fix labelmaker wrong defaults in docs (#520) --- docs/en/configure-homebox.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/configure-homebox.md b/docs/en/configure-homebox.md index d7ceb342..888d5a6c 100644 --- a/docs/en/configure-homebox.md +++ b/docs/en/configure-homebox.md @@ -28,8 +28,8 @@ | HBOX_OPTIONS_CHECK_GITHUB_RELEASE | true | check for new github releases | | HBOX_LABEL_MAKER_WIDTH | 526 | width for generated labels in pixels | | HBOX_LABEL_MAKER_HEIGHT | 200 | height for generated labels in pixels | -| HBOX_LABEL_MAKER_PADDING | 8 | space between elements on label | -| HBOX_LABEL_MAKER_MARGIN | 8 | space between the label content and edges of the label | +| HBOX_LABEL_MAKER_PADDING | 32 | space between elements on label | +| HBOX_LABEL_MAKER_MARGIN | 32 | space between the label content and edges of the label | | HBOX_LABEL_MAKER_FONT_SIZE | 32.0 | the size of the labels font | | HBOX_LABEL_MAKER_PRINT_COMMAND | | the command to use for printing labels. if empty, label printing is disabled. `{{.FileName}}` in the command will be replaced with the png filename of the label | @@ -64,8 +64,8 @@ OPTIONS --options-check-github-release/$HBOX_OPTIONS_CHECK_GITHUB_RELEASE (default: true) --label-maker-width/$HBOX_LABEL_MAKER_WIDTH (default: 526) --label-maker-height/$HBOX_LABEL_MAKER_HEIGHT (default: 200) ---label-maker-padding/$HBOX_LABEL_MAKER_PADDING (default: 8) ---label-maker-margin/$HBOX_LABEL_MAKER_MARGIN (default: 8) +--label-maker-padding/$HBOX_LABEL_MAKER_PADDING (default: 32) +--label-maker-margin/$HBOX_LABEL_MAKER_MARGIN (default: 32) --label-maker-font-size/$HBOX_LABEL_MAKER_FONT_SIZE (default: 32.0) --label-maker-print-command/$HBOX_LABEL_MAKER_PRINT_COMMAND --help/-h display this help message