structure tidyup
This commit is contained in:
parent
25482f5c90
commit
03bd91f728
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ static const GWidgetStyle YellowWidgetStyle = {
|
|||
HTML2COLOR(0x0000FF), // text
|
||||
HTML2COLOR(0x404040), // edge
|
||||
HTML2COLOR(0xE0E0E0), // fill
|
||||
HTML2COLOR(0xE0E0E0), // progress - inactive area
|
||||
HTML2COLOR(0xE0E0E0) // progress - inactive area
|
||||
},
|
||||
|
||||
// disabled color set
|
||||
|
@ -63,7 +63,7 @@ static const GWidgetStyle YellowWidgetStyle = {
|
|||
HTML2COLOR(0xC0C0C0), // text
|
||||
HTML2COLOR(0x808080), // edge
|
||||
HTML2COLOR(0xE0E0E0), // fill
|
||||
HTML2COLOR(0xC0E0C0), // progress - active area
|
||||
HTML2COLOR(0xC0E0C0) // progress - active area
|
||||
},
|
||||
|
||||
// pressed color set
|
||||
|
@ -72,7 +72,7 @@ static const GWidgetStyle YellowWidgetStyle = {
|
|||
HTML2COLOR(0x404040), // edge
|
||||
HTML2COLOR(0x808080), // fill
|
||||
HTML2COLOR(0x00E000), // progress - active area
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
/* The variables we need */
|
||||
|
|
Loading…
Add table
Reference in a new issue