mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
g13gui: bitwidgets: Make the buttonbar visible
This commit is contained in:
parent
513928e57e
commit
5f5b1e0879
@ -13,8 +13,8 @@ class Screen(Widget):
|
||||
Widget.__init__(self)
|
||||
self._display = display
|
||||
self._buttonBar = ButtonBar()
|
||||
|
||||
self.visible = True
|
||||
self._buttonBar.show()
|
||||
self.show()
|
||||
|
||||
@property
|
||||
def buttonBar(self):
|
||||
|
Loading…
Reference in New Issue
Block a user