From f7236c7d7ba1f052f6fb17ea9243e82b28d76758 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 28 Nov 2024 18:38:58 +0100 Subject: [PATCH] Increase Slider Range --- saenopy/gui/solver/modules/VTK_Toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saenopy/gui/solver/modules/VTK_Toolbar.py b/saenopy/gui/solver/modules/VTK_Toolbar.py index 461f6bae..b1799cca 100644 --- a/saenopy/gui/solver/modules/VTK_Toolbar.py +++ b/saenopy/gui/solver/modules/VTK_Toolbar.py @@ -69,7 +69,7 @@ def __init__(self, plotter: BasePlotter, update_display, scalbar_type="deformati self.window_scale = QtWidgets.QWidget() self.window_scale.setWindowTitle("Saenopy - Arrow Scale") with QtShortCuts.QVBoxLayout(self.window_scale): - self.arrow_scale = QtShortCuts.QInputNumber(None, "arrow scale", 1, 0.1, 10, use_slider=True, log_slider=True) + self.arrow_scale = QtShortCuts.QInputNumber(None, "arrow scale", 1, 0.01, 40, use_slider=True, log_slider=True) ## Extend Slider Max here self.arrow_scale.valueChanged.connect(self.update_display) addition = "" if self.is_force_plot: