We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f17b21 commit b2f8a61Copy full SHA for b2f8a61
crates/re_viewer_context/src/component_ui_registry.rs
@@ -41,6 +41,7 @@ pub enum UiLayout {
41
/// restriction. When using a table, use the `re_data_ui::table_for_ui_layout` function.
42
SelectionPanelFull,
43
}
44
+
45
impl UiLayout {
46
/// Build an egui table and configure it for the given UI layout.
47
///
0 commit comments