mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
FIX:the position of Notification is too low in preview
Change-Id: I881ee24722711517fe61ce7bc1be3ad6400d0938
This commit is contained in:
parent
10998629f6
commit
59dcd623b3
1 changed files with 1 additions and 2 deletions
|
@ -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_RIGHT_MARGIN = 10.0f;
|
||||||
static const float SLIDER_DEFAULT_BOTTOM_MARGIN = 10.0f;
|
static const float SLIDER_DEFAULT_BOTTOM_MARGIN = 10.0f;
|
||||||
static const float SLIDER_RIGHT_MARGIN = 105.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::DEFAULT_BG_LIGHT_COLOR[3] = { 0.906f, 0.906f, 0.906f };
|
||||||
float GLCanvas3D::ERROR_BG_LIGHT_COLOR[3] = { 0.753f, 0.192f, 0.039f };
|
float GLCanvas3D::ERROR_BG_LIGHT_COLOR[3] = { 0.753f, 0.192f, 0.039f };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue