diff --git a/widget/src/markdown.rs b/widget/src/markdown.rs index c778dbcb..e483bbd6 100644 --- a/widget/src/markdown.rs +++ b/widget/src/markdown.rs @@ -247,7 +247,7 @@ pub struct Column { #[derive(Debug, Clone)] pub struct Row { /// The cells of the row. - cells: Vec>, + pub cells: Vec>, } /// A bunch of parsed Markdown text.