From e8d23d1540af54de44b07a8813d13422a54cf4e6 Mon Sep 17 00:00:00 2001 From: Simon Long Date: Tue, 7 May 2024 13:50:44 +0100 Subject: [PATCH] Default values added to documentation --- docs/labwc-theme.5.scd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/labwc-theme.5.scd b/docs/labwc-theme.5.scd index e2e5f506..f6f04b1a 100644 --- a/docs/labwc-theme.5.scd +++ b/docs/labwc-theme.5.scd @@ -278,25 +278,25 @@ elements are not listed here, but are supported. backward compatibility as some themes still contain it. *magnifier.width* - Width of magnifier window in pixels. + Width of magnifier window in pixels. Default is 400. *magnifier.height* - Height of magnifier window in pixels. + Height of magnifier window in pixels. Default is 400. *magnifier.border.width* - Width of magnifier window border in pixels. + Width of magnifier window border in pixels. Default is 1. *magnifier.border.color* - Color of the magnfier window border. + Color of the magnfier window border. Default is #ff0000 (red). *magnifier.init-scale* Initial number of times by which magnified image is scaled. Value is the default at boot; can be modified at run-time in a keyboard - or mouse binding by calling 'ZoomIn' or 'ZoomOut'. + or mouse binding by calling 'ZoomIn' or 'ZoomOut'. Default is x2. *magnifier.filter* Set to 1 to apply a bilinear filter to the magnified image. - Set to 0 to use nearest-neighbour. + Set to 0 to use nearest-neighbour. Default is 1 - bilinear filtered. # BUTTONS