Skip to content

Commit

Permalink
PanelBrowse: Update implementation (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee committed Mar 22, 2018
1 parent 31cae39 commit c643524
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/PanelBrowse.qml
Expand Up @@ -98,6 +98,10 @@ MouseArea
property alias pFolder : scrollFolder .folder
property alias pFolderPlaylists: scrollPlaylists.folder

//---------------------------------------------------------------------------------------------

property alias pItemText: scrollPlaylist.itemText

//---------------------------------------------------------------------------------------------
// Settings
//---------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -1968,7 +1972,7 @@ MouseArea
: scrollPlaylist.top

anchors.topMargin: (buttonCover.visible) ? st.dp11
: st.dp48
: pItemText.y + pItemText.height + st.dp15

anchors.horizontalCenter: scrollPlaylist.horizontalCenter

Expand Down

0 comments on commit c643524

Please sign in to comment.