Skip to content

Commit

Permalink
Merge pull request #64 from AleziaKurdis/ActionCamUIfix
Browse files Browse the repository at this point in the history
Fix possible UI Issues
  • Loading branch information
ksuprynowicz authored Dec 27, 2023
2 parents d12b77b + 37fc8a4 commit 9b5ce57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/flyCam/flyCamera.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9b5ce57

Please # to comment.