Skip to content
Snippets Groups Projects
Commit 5900e8b1 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: don't base MusicTrackListDisplay on MainInterface.MainTableView


this is used in another places in non Maininterface contexts, directly set MiniPlayerBottomMargin in MusicTracksDisplay

Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent 8fd2e226
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,9 @@ import org.videolan.medialib 0.1
import "qrc:///util/" as Util
import "qrc:///widgets/" as Widgets
import "qrc:///main/" as MainInterface
import "qrc:///style/"
MainInterface.MainTableView {
Widgets.KeyNavigableTableView {
id: root
property var sortModelSmall: [
......
......@@ -21,6 +21,7 @@ import org.videolan.medialib 0.1
import "qrc:///style/"
import "qrc:///widgets/" as Widgets
import "qrc:///main/" as MainInterface
Widgets.NavigableFocusScope {
id: root
......@@ -62,6 +63,8 @@ Widgets.NavigableFocusScope {
else
tracklistdisplay_id.currentIndex = 0;
}
footer: MainInterface.MiniPlayerBottomMargin {
}
}
EmptyLabel {
......
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