summaryrefslogtreecommitdiffstats
path: root/src/tabview.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabview.rs')
-rw-r--r--src/tabview.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabview.rs b/src/tabview.rs
index adf22e7..8b87552 100644
--- a/src/tabview.rs
+++ b/src/tabview.rs
@@ -36,7 +36,7 @@ pub trait Tabbable {
pub struct TabView<T> where T: Widget, TabView<T>: Tabbable {
pub widgets: Vec<T>,
pub active: usize,
- core: WidgetCore
+ pub core: WidgetCore
}
impl<T> TabView<T> where T: Widget, TabView<T>: Tabbable {