UI macro syntax now differentiates at-properties from arguments
This commit is contained in:
parent
ed18e738eb
commit
ce70725b60
8 changed files with 80 additions and 80 deletions
|
|
@ -70,10 +70,10 @@ impl CollatableFilmsContainer {
|
|||
collated_grid . set_sorting (sorting) ) ;
|
||||
|
||||
let widget = g_box ! (
|
||||
@ orientation : Vertical ,
|
||||
@ orientation : Vertical ;
|
||||
* film_collation_menu . get_widget () ,
|
||||
scrolled_window ! (
|
||||
@ propagate_natural_height : true ,
|
||||
@ propagate_natural_height : true ;
|
||||
vertically_filling ! ( * collated_grid . get_widget () ) ,
|
||||
) ,
|
||||
) ;
|
||||
|
|
@ -94,10 +94,10 @@ impl CollatableSeriesContainer {
|
|||
} ) ;
|
||||
|
||||
let widget = g_box ! (
|
||||
@ orientation : Vertical ,
|
||||
@ orientation : Vertical ;
|
||||
* series_collation_menu . get_widget () ,
|
||||
scrolled_window ! (
|
||||
@ propagate_natural_height : true ,
|
||||
@ propagate_natural_height : true ;
|
||||
vertically_filling ! ( * collated_grid . get_widget () ) ,
|
||||
) ,
|
||||
) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue