Skip to content

Commit

Permalink
Merge pull request #154 from iced-rs/main
Browse files Browse the repository at this point in the history
Pull new changes into iced new
  • Loading branch information
Andrew Wheeler(Genusis) authored Jul 18, 2023
2 parents b669584 + caaa76b commit 8a3049f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/native/tab_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ use iced_native::{
};

pub mod tab_label;
pub use crate::style::tab_bar::{Appearance, StyleSheet};
pub use tab_label::TabLabel;

use crate::{graphics::icons, style::tab_bar::StyleSheet};
use crate::graphics::icons;

use std::marker::PhantomData;
/// The default icon size.
Expand Down

0 comments on commit 8a3049f

Please sign in to comment.