bugfix
This commit is contained in:
parent
5d61c2bec3
commit
65db72fc2c
@ -88,6 +88,7 @@ class OrientationLayout(WidgetReady, SwipeBehavior, FloatLayout):
|
|||||||
if self.second_flg:
|
if self.second_flg:
|
||||||
self.add_widget(self.widget_second)
|
self.add_widget(self.widget_second)
|
||||||
|
|
||||||
|
|
||||||
def vertical_layout(self):
|
def vertical_layout(self):
|
||||||
self.widget_main.width = self.width
|
self.widget_main.width = self.width
|
||||||
self.widget_main.height = self.width / 16 * 10
|
self.widget_main.height = self.width / 16 * 10
|
||||||
|
Loading…
Reference in New Issue
Block a user