Merge pull request #64 from AleziaKurdis/ActionCamUIfix

Fix possible UI Issues
This commit is contained in:
ksuprynowicz 2023-12-27 23:45:02 +01:00 committed by GitHub
commit 9b5ce57c29
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;