From 0ed5f561fbdf5d384a63ca26e4ca5d64821bde4c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 2 Apr 2019 20:05:02 -0400 Subject: [PATCH] Change origin offset of RackScrollWidget --- src/app/RackScrollWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/RackScrollWidget.cpp b/src/app/RackScrollWidget.cpp index 94a6b64b..699bd7ca 100644 --- a/src/app/RackScrollWidget.cpp +++ b/src/app/RackScrollWidget.cpp @@ -113,7 +113,7 @@ void RackScrollWidget::onHoverScroll(const widget::HoverScrollEvent &e) { void RackScrollWidget::reset() { offset = RACK_OFFSET.mult(zoomWidget->zoom); - offset = offset.minus(math::Vec(100, 80)); + offset = offset.minus(math::Vec(30, 30)); }