Formatting
This commit is contained in:
parent
547a811acf
commit
2803767ed8
11 changed files with 86 additions and 81 deletions
|
|
@ -1,16 +1,16 @@
|
|||
mod collated_grid ;
|
||||
mod collation_menu ;
|
||||
|
||||
use gtk4 :: { * , Orientation :: * , prelude :: * } ;
|
||||
use gtk4 :: * ;
|
||||
use gtk4 :: Orientation :: * ;
|
||||
use gtk4 :: prelude :: * ;
|
||||
|
||||
use crate :: {
|
||||
data_manager :: * ,
|
||||
ui :: {
|
||||
component :: * , utility :: * ,
|
||||
collatable_container :: { collated_grid :: * , collation_menu :: * } ,
|
||||
} ,
|
||||
utility :: * ,
|
||||
} ;
|
||||
use crate :: data_manager :: * ;
|
||||
use crate :: ui :: component :: * ;
|
||||
use crate :: ui :: utility :: * ;
|
||||
use crate :: ui :: collatable_container :: collated_grid :: * ;
|
||||
use crate :: ui :: collatable_container :: collation_menu :: * ;
|
||||
use crate :: utility :: * ;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue