aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.music/Library.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.pelagicore.music/Library.qml')
-rw-r--r--apps/com.pelagicore.music/Library.qml25
1 files changed, 12 insertions, 13 deletions
diff --git a/apps/com.pelagicore.music/Library.qml b/apps/com.pelagicore.music/Library.qml
index 754d8f1..98ab958 100644
--- a/apps/com.pelagicore.music/Library.qml
+++ b/apps/com.pelagicore.music/Library.qml
@@ -49,19 +49,6 @@ Control {
color: "black"
}
- Tool {
- id: closeButton
- height: Style.vspan(1)
- width: Style.hspan(1)
-
- anchors.right: parent.right
- anchors.top: parent.top
- anchors.topMargin: Style.vspan(2)
- symbol: 'close'
- size: Style.symbolSizeS
- onClicked: root.close()
- }
-
TabView {
id: tabView
width: root.width
@@ -94,6 +81,18 @@ Control {
nowPlaying: true
}
+ // Close Button: used to close music library popup
+ Tool {
+ height: Style.vspan(1.5)
+ width: Style.hspan(1)
+ anchors.right: parent.right
+ anchors.top: parent.top
+ anchors.topMargin: Style.vspan(1.75)
+ symbol: 'close'
+ size: Style.symbolSizeS
+ onClicked: root.close()
+ }
+
Component {
id: library
LibraryList {