From 59dcd623b35299a8367c6f87dea95bdfc5e1a3c1 Mon Sep 17 00:00:00 2001 From: "liz.li" Date: Fri, 12 Aug 2022 15:37:47 +0800 Subject: [PATCH] FIX:the position of Notification is too low in preview Change-Id: I881ee24722711517fe61ce7bc1be3ad6400d0938 --- src/slic3r/GUI/GLCanvas3D.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 7eed2c03a..248ef0359 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -75,8 +75,7 @@ static constexpr const float TRACKBALLSIZE = 0.8f; static const float SLIDER_DEFAULT_RIGHT_MARGIN = 10.0f; static const float SLIDER_DEFAULT_BOTTOM_MARGIN = 10.0f; static const float SLIDER_RIGHT_MARGIN = 105.0f; -static const float SLIDER_BOTTOM_MARGIN = 65.0f; - +static const float SLIDER_BOTTOM_MARGIN = 90.0f; float GLCanvas3D::DEFAULT_BG_LIGHT_COLOR[3] = { 0.906f, 0.906f, 0.906f }; float GLCanvas3D::ERROR_BG_LIGHT_COLOR[3] = { 0.753f, 0.192f, 0.039f };