We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd60d commit 122ad17Copy full SHA for 122ad17
1 file changed
src/widget/tab_bar.rs
@@ -21,8 +21,8 @@ use iced::{
21
text::{self, LineHeight, Wrapping},
22
Column, Row, Text,
23
},
24
- window, Alignment, Background, Border, Color, Element, Event, Font, Length, Padding, Pixels, Point,
25
- Rectangle, Shadow, Size,
+ window, Alignment, Background, Border, Color, Element, Event, Font, Length, Padding, Pixels,
+ Point, Rectangle, Shadow, Size,
26
};
27
28
use std::marker::PhantomData;
0 commit comments