BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
b90f3c7d
Commit
b90f3c7d
authored
Nov 22, 2017
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theme_night: minor update on buttons
parent
38663e13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lv_theme_night.c
lv_themes/lv_theme_night.c
+1
-1
No files found.
lv_themes/lv_theme_night.c
View file @
b90f3c7d
...
...
@@ -74,7 +74,7 @@ static void btn_init(void)
btn_rel
.
body
.
grad_color
=
color_hsv_to_rgb
(
_hue
,
10
,
20
);
btn_rel
.
body
.
border
.
color
=
COLOR_HEX3
(
0x111
);
btn_rel
.
body
.
border
.
width
=
1
<<
LV_AA
;
btn_rel
.
body
.
border
.
opa
=
OPA_
8
0
;
btn_rel
.
body
.
border
.
opa
=
OPA_
7
0
;
btn_rel
.
body
.
padding
.
hor
=
LV_DPI
/
4
;
btn_rel
.
body
.
padding
.
ver
=
LV_DPI
/
8
;
btn_rel
.
body
.
shadow
.
type
=
LV_SHADOW_BOTTOM
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment