Skip to content
Snippets Groups Projects
Commit 176d1975 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Move sax image under everyting else but put z order above note name

parent ef18ae38
No related branches found
No related tags found
No related merge requests found
Pipeline #3548 skipped
...@@ -20,7 +20,7 @@ Flickable { ...@@ -20,7 +20,7 @@ Flickable {
y: GLOB.instrument.isSax ? 0 : nootkaWindow.contentItem.height - height y: GLOB.instrument.isSax ? 0 : nootkaWindow.contentItem.height - height
x: GLOB.instrument.isSax ? parent.width - width : 0 x: GLOB.instrument.isSax ? parent.width - width : 0
z: instrument && instrument.scale > 1.0 ? 7 : 1 z: instrument && instrument.scale > 1.0 ? 7 : (GLOB.instrument.isSax ? 6 : 1)
contentWidth: sizable.width contentWidth: sizable.width
contentHeight: sizable.height contentHeight: sizable.height
......
...@@ -21,12 +21,11 @@ TsaxBg { ...@@ -21,12 +21,11 @@ TsaxBg {
height: nootkaWindow.height height: nootkaWindow.height
Image { // body Image { // body
parent: nootkaWindow.contentItem
cache: false cache: false
source: NOO.pix("saxAlto") source: NOO.pix("saxAlto")
height: parent.height * 0.9 height: instrFlick.height * 0.9; width: height * (sourceSize.width/ sourceSize.height)
width: height * (sourceSize.width/ sourceSize.height) x: parent.width * 0.85 - instrFlick.contentX - width * 0.25
x: -width * 0.25
z: -1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment