From bd36e28b7bc6825b59ea0827b6804d3a6ef24fd6 Mon Sep 17 00:00:00 2001 From: Adam Sher Date: Wed, 15 Feb 2023 13:29:27 -0500 Subject: [PATCH] Buttons are more explicit by user request --- src/qml/Start.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/Start.qml b/src/qml/Start.qml index 4162a83..f9f0e32 100644 --- a/src/qml/Start.qml +++ b/src/qml/Start.qml @@ -37,7 +37,7 @@ Item { Button { id: btnDropOff - text: "Dropping Off" + text: "Dropping Off for Repair" font.pointSize: 50 Layout.fillWidth: true Layout.fillHeight: true @@ -49,7 +49,7 @@ Item { } Button { id: btnPickUp - text: "Picking up" + text: "Picking Up Repaired Device" font.pointSize: 50 Layout.fillWidth: true Layout.fillHeight: true