Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
730c48f9
Commit
730c48f9
authored
2 months ago
by
Prince Gupta
Committed by
Felix Paul Kühne
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: add FloatingNotifcation to MainInterface
parent
429bb821
No related branches found
No related tags found
1 merge request
!6638
qml: show UI scale when value changes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/maininterface/qml/MainDisplay.qml
+11
-0
11 additions, 0 deletions
modules/gui/qt/maininterface/qml/MainDisplay.qml
with
11 additions
and
0 deletions
modules/gui/qt/maininterface/qml/MainDisplay.qml
+
11
−
0
View file @
730c48f9
...
...
@@ -530,6 +530,17 @@ FocusScope {
}
}
Widgets.FloatingNotification
{
id
:
notif
anchors
{
bottom
:
miniPlayer
.
top
left
:
parent
.
left
right
:
parent
.
right
margins
:
VLCStyle
.
margin_large
}
}
MiniPlayer
{
id
:
miniPlayer
...
...
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