diff --git a/kivyblocks/orientationlayout.py b/kivyblocks/orientationlayout.py index 2bbaf46..e61b6c2 100644 --- a/kivyblocks/orientationlayout.py +++ b/kivyblocks/orientationlayout.py @@ -88,6 +88,7 @@ class OrientationLayout(WidgetReady, SwipeBehavior, FloatLayout): if self.second_flg: self.add_widget(self.widget_second) + def vertical_layout(self): self.widget_main.width = self.width self.widget_main.height = self.width / 16 * 10