Home
last modified time | relevance | path

Searched refs:content_bg (Results 1 – 1 of 1) sorted by relevance

/Held/src/utils/ui/
H A Duicore.rs262 content_bg: None,
400 pub content_bg: Option<Color>, field
420 if self.content_bg.is_some() { in set_content_style()
421 StyleManager::set_background_color(self.content_bg.unwrap())?; in set_content_style()