Eolite 2.0.3: better colors management, ability to use system colors in future (available now, but code not used)

git-svn-id: svn://kolibrios.org@4076 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2013-10-23 17:55:07 +00:00
parent 1f2646cb02
commit 3333411699
10 changed files with 69 additions and 54 deletions

View File

@@ -47,7 +47,7 @@ void about_dialog()
break;
case evReDraw:
DefineAndDrawWindow(600,150,181,232+GetSkinHeight(),0x34,col_work,INTRO_TEXT_1);
DefineAndDrawWindow(600,150,181,228+GetSkinHeight(),0x34,sc.work,INTRO_TEXT_1);
DrawBar(0,0,172,50,0x8494C4);
PutPaletteImage(#logo,85,85,43,7,8,#logo_pal);
WriteTextB(46,100,0x90,0xBF40BF,ABOUT_TITLE);
@@ -66,6 +66,5 @@ void about_dialog()
#endif
DrawLink(71,170,0x80,23, "kolibri-n.org");
DrawFlatButton(85,190,70,22,10,0xE4DFE1, INTRO_TEXT_4);
DrawFilledBar(0, 216, 172, 12);
}
}