mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-05 12:31:09 +02:00
Merge pull request #64 from AleziaKurdis/ActionCamUIfix
Fix possible UI Issues
This commit is contained in:
commit
9b5ce57c29
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue