Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
PlayWall
PlayWallDesktop
Commits
29683842
Commit
29683842
authored
4 years ago
by
Tobias Ullerich
Browse files
Options
Downloads
Patches
Plain Diff
Add icon to player view
parent
b9bb0d05
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PlayWallPlugins/PlayWallPluginContentPlayer/src/main/scala/de/tobias/playpad/plugin/content/player/ContentPlayerViewController.scala
+2
-0
2 additions, 0 deletions
...d/plugin/content/player/ContentPlayerViewController.scala
with
2 additions
and
0 deletions
PlayWallPlugins/PlayWallPluginContentPlayer/src/main/scala/de/tobias/playpad/plugin/content/player/ContentPlayerViewController.scala
+
2
−
0
View file @
29683842
...
@@ -3,6 +3,7 @@ package de.tobias.playpad.plugin.content.player
...
@@ -3,6 +3,7 @@ package de.tobias.playpad.plugin.content.player
import
de.thecodelabs.logger.Logger
import
de.thecodelabs.logger.Logger
import
de.thecodelabs.utils.ui.size.IgnoreStageSizing
import
de.thecodelabs.utils.ui.size.IgnoreStageSizing
import
de.thecodelabs.utils.ui.
{
NVC
,
NVCStage
}
import
de.thecodelabs.utils.ui.
{
NVC
,
NVCStage
}
import
de.tobias.playpad.PlayPadPlugin
import
de.tobias.playpad.plugin.content.settings.
{
Zone
,
ZoneConfiguration
}
import
de.tobias.playpad.plugin.content.settings.
{
Zone
,
ZoneConfiguration
}
import
de.tobias.playpad.project.page.PadIndex
import
de.tobias.playpad.project.page.PadIndex
import
javafx.geometry.Insets
import
javafx.geometry.Insets
...
@@ -35,6 +36,7 @@ class ContentPlayerViewController extends NVC {
...
@@ -35,6 +36,7 @@ class ContentPlayerViewController extends NVC {
stage
.
setAlwaysOnTop
(
true
)
stage
.
setAlwaysOnTop
(
true
)
stage
.
getScene
.
setFill
(
Color
.
BLACK
)
stage
.
getScene
.
setFill
(
Color
.
BLACK
)
stage
.
getIcons
.
add
(
PlayPadPlugin
.
getInstance
().
getIcon
)
}
}
def
showMediaPlayer
(
padIndex
:
PadIndex
,
mediaPlayer
:
MediaPlayer
,
zones
:
Seq
[
Zone
])
:
Unit
=
{
def
showMediaPlayer
(
padIndex
:
PadIndex
,
mediaPlayer
:
MediaPlayer
,
zones
:
Seq
[
Zone
])
:
Unit
=
{
...
...
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