Update README.md and CONTRIBUTING.md

This commit is contained in:
Jordan Petridis
2017-12-13 11:53:56 +02:00
parent 5defb5867a
commit 82a59d80dd
3 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ use std::rc::Rc;
#[derive(Debug, Clone)]
pub struct ShowsPopulated {
pub container: gtk::Box,
pub flowbox: gtk::FlowBox,
flowbox: gtk::FlowBox,
viewport: gtk::Viewport,
}