Skip to content

Commit

Permalink
Merge pull request #2316 from casperstorm/fix/pane_grid_appearance_pub
Browse files Browse the repository at this point in the history
fix: make pane_grid appearance items visible to others.
  • Loading branch information
hecrj authored Mar 8, 2024
2 parents 34faedd + d5984ae commit a341e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widget/src/pane_grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`].
Expand Down

0 comments on commit a341e39

Please sign in to comment.