From 37fc8a4693063431c7acaa567bdbd0492a66bb63 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:20:25 -0500 Subject: [PATCH] Fix possible UI Issues Fix possible UI Issues --- applications/flyCam/flyCamera.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/flyCam/flyCamera.qml b/applications/flyCam/flyCamera.qml index d7961cf..455ccb3 100644 --- a/applications/flyCam/flyCamera.qml +++ b/applications/flyCam/flyCamera.qml @@ -351,7 +351,7 @@ Rectangle { HifiControlsUit.Button { id: takeSnapshotButton; enabled: masterSwitch.checked; - text: "SNAP PICTURE"; + text: "SNAPSHOT"; colorScheme: hifi.colorSchemes.light; color: hifi.buttons.white; anchors.bottom: parent.bottom; @@ -883,7 +883,7 @@ Rectangle { HifiControlsUit.Button { id: flyCamSettingButton; - text: "Snapshot Settings"; + text: "Settings"; colorScheme: hifi.colorSchemes.dark; color: hifi.buttons.none; anchors.top: parent.top;