mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix const name warnings due to gx.White, etc...
This commit is contained in:
@@ -42,7 +42,7 @@ const (
|
||||
over_cfg = gx.TextCfg{
|
||||
align:gx.align_left
|
||||
size:text_size
|
||||
color:gx.White
|
||||
color:gx.white
|
||||
}
|
||||
)
|
||||
|
||||
@@ -96,7 +96,7 @@ const (
|
||||
gx.rgb(0, 170, 170), // unused ?
|
||||
]
|
||||
|
||||
background_color = gx.White
|
||||
background_color = gx.white
|
||||
ui_color = gx.red
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user