@JimmXinu: I dont think any library view layouting is done after initialization_complete (it is called at line 409 in gui2/ui.py which is close to the end of that method). You can insert a print there and also a print in the apply_state function in library/views.py which is where the column layout for the book list is restored, to check.
|