Fix possible UI Issues

Fix possible UI Issues
This commit is contained in:
Alezia Kurdis 2023-12-27 13:20:25 -05:00 committed by GitHub
parent d12b77b387
commit 37fc8a4693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;