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:
commit
a341e39df6
1 changed files with 3 additions and 3 deletions
|
|
@ -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`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue