FIX:the position of Notification is too low in preview
Change-Id: I881ee24722711517fe61ce7bc1be3ad6400d0938
This commit is contained in:
parent
10998629f6
commit
59dcd623b3
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue