mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +00:00
trezor.ui: fix container
This commit is contained in:
parent
36637c23f6
commit
5cc87ecdce
@ -1,5 +1,7 @@
|
|||||||
|
from trezor.ui import Widget
|
||||||
|
|
||||||
class Container:
|
|
||||||
|
class Container(Widget):
|
||||||
|
|
||||||
def __init__(self, *children):
|
def __init__(self, *children):
|
||||||
self.children = children
|
self.children = children
|
||||||
|
Loading…
Reference in New Issue
Block a user