summaryrefslogtreecommitdiff
path: root/muse/awl
diff options
context:
space:
mode:
Diffstat (limited to 'muse/awl')
-rw-r--r--muse/awl/drawbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/awl/drawbar.cpp b/muse/awl/drawbar.cpp
index 5db3ea60..bc58e4c3 100644
--- a/muse/awl/drawbar.cpp
+++ b/muse/awl/drawbar.cpp
@@ -37,7 +37,7 @@ Drawbar::Drawbar(QWidget* parent)
setOrientation(Qt::Vertical);
setInvertedAppearance(true);
setRange(0.0, 8.0);
- setLineStep(1.0);
+ setLineStep(0.3);
}
Drawbar::~Drawbar()