Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the space views bigger and less cluttered #269

Merged
merged 17 commits into from
Nov 8, 2022
Prev Previous commit
Next Next commit
captialize
Co-authored-by: Andreas Reich <[email protected]>
  • Loading branch information
emilk and Wumpf committed Nov 8, 2022
commit ede257594b516c9268bb490e4ce9b9db3dbd499f
2 changes: 1 addition & 1 deletion crates/re_viewer/src/ui/view_3d/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pub(crate) fn show_settings_ui(

ui.checkbox(&mut state.spin, "Spin virtual camera")
.on_hover_text("Spin view");
ui.checkbox(&mut state.show_axes, "show origin axes")
ui.checkbox(&mut state.show_axes, "Show origin axes")
.on_hover_text("Show X-Y-Z axes");

if !state.space_camera.is_empty() {
Expand Down