UI macro syntax now differentiates at-properties from arguments

This commit is contained in:
Reinout Meliesie 2025-02-04 15:02:58 +01:00
commit ce70725b60
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
8 changed files with 80 additions and 80 deletions

View file

@ -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 () ) ,
) ,
) ;