Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Tizen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Tizen
Commits
39951002
Commit
39951002
authored
Oct 02, 2015
by
Alexandre Perraud
Committed by
Thomas Guillem
Oct 02, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
interface: fix progress bar colors
parent
bf3d452c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ui/interface.c
src/ui/interface.c
+2
-2
No files found.
src/ui/interface.c
View file @
39951002
...
@@ -388,8 +388,8 @@ intf_create(application *app)
...
@@ -388,8 +388,8 @@ intf_create(application *app)
EDJE_COLOR_CLASS_SET_VLC_ORANGE
(
"B0517"
);
// Naviframe second
EDJE_COLOR_CLASS_SET_VLC_ORANGE
(
"B0517"
);
// Naviframe second
/* Progress Bar Colors */
/* Progress Bar Colors */
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W062L1"
,
VLC_
ORANGE_500_TRANSPARENT
);
// slider fore
ground
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W062L1"
,
VLC_
GREY_400_TRANSPARENT
);
// slider back
ground
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W062L2"
,
VLC_
GREY_400_TRANSPARENT
);
// slider back
ground
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W062L2"
,
VLC_
ORANGE_500_TRANSPARENT
);
// slider fore
ground
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W0641P"
,
VLC_ORANGE_500_TRANSPARENT
);
// slider thumb pressed
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W0641P"
,
VLC_ORANGE_500_TRANSPARENT
);
// slider thumb pressed
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W0641D"
,
VLC_ORANGE_500_TRANSPARENT
);
// slider thumb disabled
EDJE_COLOR_CLASS_SET_VLC_COLOR
(
"W0641D"
,
VLC_ORANGE_500_TRANSPARENT
);
// slider thumb disabled
EDJE_COLOR_CLASS_SET_VLC_ORANGE
(
"W0641"
);
// slider thumb
EDJE_COLOR_CLASS_SET_VLC_ORANGE
(
"W0641"
);
// slider thumb
...
...
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