Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed May 22, 2024
1 parent b1ca182 commit 25977ee
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ namespace rerun.blueprint.components;

// ---

/// Panel state
/// Tri-state for panel controls.
enum PanelState: byte (
"attr.rerun.scope": "blueprint",
"attr.rust.derive": "Copy, PartialEq, Eq",
"attr.rust.repr": "transparent",
"attr.rust.tuple_struct"
) {
/// Completely hidden
/// Completely hidden.
Hidden,

/// Visible, but as small as possible on its shorter axis
/// Visible, but as small as possible on its shorter axis.
Collapsed,

/// Fully expanded
/// Fully expanded.
Expanded,
}
8 changes: 4 additions & 4 deletions crates/re_types/src/blueprint/components/panel_state.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions rerun_cpp/src/rerun/blueprint/components/panel_state.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions rerun_py/rerun_sdk/rerun/blueprint/components/panel_state.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25977ee

Please sign in to comment.