Merge pull request #2316 from casperstorm/fix/pane_grid_appearance_pub

fix: make pane_grid appearance items visible to others.
This commit is contained in:
Héctor Ramón 2024-03-08 23:35:08 +01:00 committed by GitHub
commit a341e39df6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1118,11 +1118,11 @@ impl<'a, T> Contents<'a, T> {
#[derive(Debug, Clone, Copy, PartialEq)]
pub struct Appearance {
/// The appearance of a hovered region highlight.
hovered_region: Highlight,
pub hovered_region: Highlight,
/// The appearance of a picked split.
picked_split: Line,
pub picked_split: Line,
/// The appearance of a hovered split.
hovered_split: Line,
pub hovered_split: Line,
}
/// The appearance of a highlight of the [`PaneGrid`].