MCPcopy Create free account
hub / github.com/encounter/objdiff / subheading

Function subheading

objdiff-gui/src/views/config.rs:498–502  ·  view source on GitHub ↗
(ui: &mut egui::Ui, text: &str, appearance: &Appearance)

Source from the content-addressed store, hash-verified

496const HELP_ICON: &str = "ℹ";
497
498fn subheading(ui: &mut egui::Ui, text: &str, appearance: &Appearance) {
499 ui.label(
500 RichText::new(text).size(appearance.ui_font.size).color(appearance.emphasized_text_color),
501 );
502}
503
504fn format_path(path: &Option<Utf8PlatformPathBuf>, appearance: &Appearance) -> RichText {
505 let mut color = appearance.replace_color;

Callers 2

pick_folder_uiFunction · 0.85
split_obj_config_uiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected