Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leander Schulten
Lichtsteuerung
Commits
064f5498
Commit
064f5498
authored
Mar 02, 2019
by
Leander Schulten
Browse files
Fix wrong icon paths in ProgramControl
parent
d3b27c4d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/qml/ProgrammControl.qml
View file @
064f5498
...
@@ -13,7 +13,7 @@ ControlItem{
...
@@ -13,7 +13,7 @@ ControlItem{
anchors.margins
:
1
anchors.margins
:
1
anchors.fill
:
parent
anchors.fill
:
parent
id
:
play
id
:
play
source
:
"
icons/play.svg
"
source
:
"
/
icons/play.svg
"
Behavior
on
opacity
{
Behavior
on
opacity
{
NumberAnimation
{
NumberAnimation
{
duration
:
100
duration
:
100
...
@@ -24,7 +24,7 @@ ControlItem{
...
@@ -24,7 +24,7 @@ ControlItem{
anchors.margins
:
1
anchors.margins
:
1
anchors.fill
:
parent
anchors.fill
:
parent
id
:
pause
id
:
pause
source
:
"
icons/pause.svg
"
source
:
"
/
icons/pause.svg
"
opacity
:
1
-
play
.
opacity
opacity
:
1
-
play
.
opacity
}
}
MouseArea
{
MouseArea
{
...
...
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