kivy: fix
This commit is contained in:
@@ -331,11 +331,9 @@ BoxLayout:
|
|||||||
|
|
||||||
ActionView:
|
ActionView:
|
||||||
id: av
|
id: av
|
||||||
|
|
||||||
ActionPrevious:
|
ActionPrevious:
|
||||||
app_icon: 'atlas://gui/kivy/theming/light/logo'
|
app_icon: 'atlas://gui/kivy/theming/light/logo'
|
||||||
with_previous: False
|
with_previous: False
|
||||||
on_release: app.on_back()
|
|
||||||
size_hint_x: None
|
size_hint_x: None
|
||||||
width: ao.width
|
width: ao.width
|
||||||
|
|
||||||
@@ -353,8 +351,6 @@ BoxLayout:
|
|||||||
.format(app.status)
|
.format(app.status)
|
||||||
font_size: '22dp'
|
font_size: '22dp'
|
||||||
minimum_width: '1dp'
|
minimum_width: '1dp'
|
||||||
on_release:
|
|
||||||
app.context_action()
|
|
||||||
|
|
||||||
ActionButton:
|
ActionButton:
|
||||||
id: context_button
|
id: context_button
|
||||||
|
|||||||
Reference in New Issue
Block a user