Change name of hovered region style struct, reorder lines & export Appearance
This commit is contained in:
parent
99aa54cd88
commit
0cb84c1c4c
3 changed files with 19 additions and 19 deletions
|
|
@ -30,7 +30,7 @@ pub use split::Split;
|
|||
pub use state::State;
|
||||
pub use title_bar::TitleBar;
|
||||
|
||||
pub use crate::style::pane_grid::{Line, StyleSheet};
|
||||
pub use crate::style::pane_grid::{Appearance, Line, StyleSheet};
|
||||
|
||||
use crate::container;
|
||||
use crate::core::event::{self, Event};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue