Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Octocats66666666
VLC
Commits
6454ee3d
Commit
6454ee3d
authored
2 years ago
by
Benjamin Arnaud
Browse files
Options
Downloads
Patches
Plain Diff
qml/VLCColors: Create 'playerSeekBar' color
parent
0f9f5a8a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/gui/qt/player/qml/ControlBar.qml
+1
-1
1 addition, 1 deletion
modules/gui/qt/player/qml/ControlBar.qml
modules/gui/qt/style/VLCColors.qml
+1
-0
1 addition, 0 deletions
modules/gui/qt/style/VLCColors.qml
with
2 additions
and
1 deletion
modules/gui/qt/player/qml/ControlBar.qml
+
1
−
1
View file @
6454ee3d
...
...
@@ -178,7 +178,7 @@ Control {
id
:
trackPositionSlider
visible
:
false
backgroundColor
:
Qt
.
lighter
(
colors
.
player
Bg
,
1.6180
)
backgroundColor
:
colors
.
player
SeekBar
barHeight
:
VLCStyle
.
heightBar_xxsmall
enabled
:
Player
.
playingState
===
Player
.
PLAYING_STATE_PLAYING
||
Player
.
playingState
===
Player
.
PLAYING_STATE_PAUSED
colors
:
root
.
colors
...
...
This diff is collapsed.
Click to expand it.
modules/gui/qt/style/VLCColors.qml
+
1
−
0
View file @
6454ee3d
...
...
@@ -145,6 +145,7 @@ Item {
property
color
playerFgInactive
:
textInactive
property
color
playerControlBarFg
:
playerFg
property
color
playerBg
:
bg
property
color
playerSeekBar
:
Qt
.
lighter
(
playerBg
,
1.6180
)
property
color
playerBorder
:
buttonText
property
color
separator
:
blendColors
(
bg
,
text
,
.
95
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment