Screen is resizable (but please be nice with it)
This commit is contained in:
@@ -44,8 +44,8 @@ class MenuDisplay(Display):
|
||||
self.width + self.x)
|
||||
self.update_pad()
|
||||
self.pad.refresh(cornery, 0, self.y + 1, self.x + 2,
|
||||
self.height - 1 + self.y,
|
||||
self.width - 1 + self.x)
|
||||
self.height - 2 + self.y,
|
||||
self.width - 2 + self.x)
|
||||
|
||||
@property
|
||||
def preferred_width(self) -> int:
|
||||
|
Reference in New Issue
Block a user