From b4f1ee68325bc7d9ac3c3930c7ea587be1debda8 Mon Sep 17 00:00:00 2001 From: Qua-non Date: Mon, 9 Apr 2012 22:06:47 +0530 Subject: [PATCH] add info text --- examples/widgets/tabbed_panel_showcase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/widgets/tabbed_panel_showcase.py b/examples/widgets/tabbed_panel_showcase.py index bda06d60e..a4a9ed61e 100644 --- a/examples/widgets/tabbed_panel_showcase.py +++ b/examples/widgets/tabbed_panel_showcase.py @@ -196,7 +196,8 @@ Builder.load_string(''' FloatLayout: RstDocument: id: default_content - text: 'Image tabs\\n-------------\\n' + text: 'Image tabs\\n-------------\\n'+\ + '1. Normal image tab\\n2. Image with Text\\n3. Rotated Image' Image: id: tab_2_content pos:self.parent.pos