forked from GerhardHoffmann/DCLibraries
Start repository
This commit is contained in:
24
CArunGUI/guidefs.h
Executable file
24
CArunGUI/guidefs.h
Executable file
@@ -0,0 +1,24 @@
|
||||
#ifndef GUIDEFS_H
|
||||
#define GUIDEFS_H
|
||||
|
||||
#define PIXELSIZE_BUTTONS 18
|
||||
#define PIXELSIZE_LABEL 18
|
||||
#define PIXELSIZE_DATA 16
|
||||
|
||||
#define PIXELSIZE_BIGFONT 22
|
||||
#define PIXELSIZE_SMALLFONT 14
|
||||
|
||||
#define BUTTONCOLOR "background-color: rgb(150,250,150)"
|
||||
|
||||
#define COLORGREEN "background-color: rgb(160,250,190)"
|
||||
#define COLOR_RED "background-color: rgb(150,0,0)"
|
||||
#define COLOR_LIGHTRED "background-color: rgb(250,150,150)"
|
||||
//#define COLORGREY "background-color: rgb(160,250,190)"
|
||||
#define COLORGREY "background-color: grey"
|
||||
#define COLORYELLOW "background-color: yellow"
|
||||
#define COLORWHITE "background-color: white"
|
||||
|
||||
// "background-color: lightgrey"
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user