fix: make pane_grid appearance items visible to others.
This commit is contained in:
parent
34faedd32b
commit
d5984ae980
1 changed files with 3 additions and 3 deletions
|
|
@ -1118,11 +1118,11 @@ impl<'a, T> Contents<'a, T> {
|
||||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||||
pub struct Appearance {
|
pub struct Appearance {
|
||||||
/// The appearance of a hovered region highlight.
|
/// The appearance of a hovered region highlight.
|
||||||
hovered_region: Highlight,
|
pub hovered_region: Highlight,
|
||||||
/// The appearance of a picked split.
|
/// The appearance of a picked split.
|
||||||
picked_split: Line,
|
pub picked_split: Line,
|
||||||
/// The appearance of a hovered split.
|
/// The appearance of a hovered split.
|
||||||
hovered_split: Line,
|
pub hovered_split: Line,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The appearance of a highlight of the [`PaneGrid`].
|
/// The appearance of a highlight of the [`PaneGrid`].
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue