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 { HifiControlsUit.Button {
id: takeSnapshotButton; id: takeSnapshotButton;
enabled: masterSwitch.checked; enabled: masterSwitch.checked;
text: "SNAP PICTURE"; text: "SNAPSHOT";
colorScheme: hifi.colorSchemes.light; colorScheme: hifi.colorSchemes.light;
color: hifi.buttons.white; color: hifi.buttons.white;
anchors.bottom: parent.bottom; anchors.bottom: parent.bottom;
@ -883,7 +883,7 @@ Rectangle {
HifiControlsUit.Button { HifiControlsUit.Button {
id: flyCamSettingButton; id: flyCamSettingButton;
text: "Snapshot Settings"; text: "Settings";
colorScheme: hifi.colorSchemes.dark; colorScheme: hifi.colorSchemes.dark;
color: hifi.buttons.none; color: hifi.buttons.none;
anchors.top: parent.top; anchors.top: parent.top;