chore: format for Rust 2024
This commit is contained in:
parent
0a8da05847
commit
1f7f0c70b7
99 changed files with 414 additions and 442 deletions
|
|
@ -1,20 +1,19 @@
|
|||
use cosmic::{
|
||||
Apply,
|
||||
font::Font,
|
||||
iced::{
|
||||
widget::{self, container::draw_background, rule::FillMode},
|
||||
Background,
|
||||
widget::{self, container::draw_background, rule::FillMode},
|
||||
},
|
||||
iced_core::{
|
||||
alignment, event,
|
||||
Border, Clipboard, Color, Length, Rectangle, Shell, Size, alignment, event,
|
||||
layout::{Layout, Limits, Node},
|
||||
mouse, overlay, renderer,
|
||||
widget::{operation::Operation, tree::Tree, Id, Widget},
|
||||
Border, Clipboard, Color, Length, Rectangle, Shell, Size,
|
||||
widget::{Id, Widget, operation::Operation, tree::Tree},
|
||||
},
|
||||
iced_widget::scrollable::AbsoluteOffset,
|
||||
theme,
|
||||
widget::{icon::from_name, Icon},
|
||||
Apply,
|
||||
widget::{Icon, icon::from_name},
|
||||
};
|
||||
|
||||
use super::tab_text::tab_text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue