summaryrefslogtreecommitdiffstats
path: root/qml/DetailView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/DetailView.qml')
-rw-r--r--qml/DetailView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/DetailView.qml b/qml/DetailView.qml
index 899ae7f..cd39e9d 100644
--- a/qml/DetailView.qml
+++ b/qml/DetailView.qml
@@ -105,6 +105,7 @@ Item {
QtButton {
id: startButton
+ objectName: "detailStartButton"
height: detailInformation.height * 0.14
width: height * 3
anchors.left: parent.left
@@ -129,6 +130,7 @@ Item {
ListView {
id: thumbList
+ objectName: "detailListView"
anchors.fill: parent
anchors.margins: viewSettings.pageMargin * 0.5
orientation: ListView.Horizontal