don use gradient for titlebar.. waste of cycles
This commit is contained in:
parent
e71fb6c66e
commit
576f03f629
1 changed files with 3 additions and 3 deletions
|
@ -54,8 +54,8 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
|
||||||
_file(stylefile)
|
_file(stylefile)
|
||||||
{
|
{
|
||||||
// pick one..
|
// pick one..
|
||||||
#define FIERON
|
//#define FIERON
|
||||||
//#define MERRY
|
#define MERRY
|
||||||
|
|
||||||
#ifdef FIERON
|
#ifdef FIERON
|
||||||
_root_color = new RenderColor(_screen, 0x272a2f);
|
_root_color = new RenderColor(_screen, 0x272a2f);
|
||||||
|
@ -295,7 +295,7 @@ RenderStyle::RenderStyle(int screen, const std::string &stylefile)
|
||||||
RenderTexture::Flat,
|
RenderTexture::Flat,
|
||||||
RenderTexture::Bevel1,
|
RenderTexture::Bevel1,
|
||||||
false,
|
false,
|
||||||
RenderTexture::Vertical,
|
RenderTexture::Solid,
|
||||||
false,
|
false,
|
||||||
0xe6e6e6,
|
0xe6e6e6,
|
||||||
0xd9d9d9,
|
0xd9d9d9,
|
||||||
|
|
Loading…
Reference in a new issue