From 6fca21b6ed9109995364df63047bf884107ce208 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Fri, 11 Oct 2024 22:53:38 -0500 Subject: [PATCH] set defaultValue of gap sliders defaultValue matches the normal styled values of the gap property on the .pages element. removed the "tooltip" that showed the current value from the range sliders inside the anchoredbox (the gap sliders). --- client/homebrew/brewRenderer/toolBar/toolBar.jsx | 6 +++--- client/homebrew/brewRenderer/toolBar/toolBar.less | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.jsx b/client/homebrew/brewRenderer/toolBar/toolBar.jsx index af4d906c0..b137b18c3 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.jsx +++ b/client/homebrew/brewRenderer/toolBar/toolBar.jsx @@ -122,7 +122,7 @@ const ToolBar = ({ onZoomChange, currentPage, onPageChange, totalPages, onStyleC - - + +

Facing