UI: Fix scribbler's green button color
parent
71e3e78644
commit
b3d19a9e8d
|
@ -1278,7 +1278,7 @@ bool CObjectInterface::CreateInterface(bool bSelect)
|
||||||
pos.x = ox+sx*9.40f;
|
pos.x = ox+sx*9.40f;
|
||||||
pos.y = oy+sy*0.75f;
|
pos.y = oy+sy*0.75f;
|
||||||
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN7); // green
|
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN7); // green
|
||||||
pc->SetColor(Gfx::Color(0.0f, 0.0f, 0.8f, 0.0f));
|
pc->SetColor(Gfx::Color(0.0f, 0.8f, 0.0f, 0.0f));
|
||||||
pos.x = ox+sx*9.65f;
|
pos.x = ox+sx*9.65f;
|
||||||
pos.y = oy+sy*1.25f;
|
pos.y = oy+sy*1.25f;
|
||||||
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN8); // brown
|
pc = pw->CreateColor(pos, ddim, -1, EVENT_OBJECT_PEN8); // brown
|
||||||
|
|
Loading…
Reference in New Issue