From 5cccbef7d7767f36ca9e7ce6d964d89033cc4f1d Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Wed, 1 Jul 2026 10:00:33 -0300 Subject: [PATCH] title fixed in config --- Plugin.php | 2 +- README.md | 4 ++-- Template/config/show.php | 2 +- VERSION | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Plugin.php b/Plugin.php index c5fdcc5..3bfcf69 100644 --- a/Plugin.php +++ b/Plugin.php @@ -51,7 +51,7 @@ class Plugin extends Base public function getPluginVersion() { - return '1.3.0'; + return '1.3.1'; } public function getPluginHomepage() diff --git a/README.md b/README.md index 6b3f276..bd20e38 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ These settings are global (per Kanboard instance) and admin-only. Go to in the page head as the `--sv-shrink-offset` CSS variable. Increase it if the scrollbar is still clipped (for example with a taller theme header); decrease it to make the collapsed columns taller. Default: 240. -- **Scrollbar thickness in pixels** -- thickness of the top scrollbar (Chromium/WebKit - only). Injected as the `--sv-bar-size` CSS variable. Default: 25. +- **Top Horizontal Scrollbar thickness in pixels** -- thickness of the top scrollbar + (Chromium/WebKit only). Injected as the `--sv-bar-size` CSS variable. Default: 25. - **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar described above. Default: on. diff --git a/Template/config/show.php b/Template/config/show.php index 994c9fe..39fa7b8 100644 --- a/Template/config/show.php +++ b/Template/config/show.php @@ -14,7 +14,7 @@
- form->label(t('Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?> + form->label(t('Top Horizontal Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?> form->number('shrink_vertically_bar_size', $values, $errors) ?>

diff --git a/VERSION b/VERSION index 43dc84c..20587cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -ShrinkVertically v1.3 +ShrinkVertically v1.3.1