Fix empty view.

This commit is contained in:
Jordan Petridis
2017-12-01 06:00:06 +02:00
parent 3fca086d14
commit fb6fc68d23
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use utils::get_pixbuf_from_path;
#[derive(Debug, Clone)]
pub struct PopulatedView {
pub container: gtk::Box,
flowbox: gtk::FlowBox,
pub flowbox: gtk::FlowBox,
viewport: gtk::Viewport,
}