mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -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)
|
Widget.__init__(self)
|
||||||
self._display = display
|
self._display = display
|
||||||
self._buttonBar = ButtonBar()
|
self._buttonBar = ButtonBar()
|
||||||
|
self._buttonBar.show()
|
||||||
self.visible = True
|
self.show()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def buttonBar(self):
|
def buttonBar(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user