summaryrefslogtreecommitdiff
path: root/DysonInstaller/snack
diff options
context:
space:
mode:
Diffstat (limited to 'DysonInstaller/snack')
-rw-r--r--DysonInstaller/snack/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/DysonInstaller/snack/__init__.py b/DysonInstaller/snack/__init__.py
index 31794ee..599ce3f 100644
--- a/DysonInstaller/snack/__init__.py
+++ b/DysonInstaller/snack/__init__.py
@@ -28,7 +28,7 @@ class ProgressMessage(object):
self._form.draw()
self._screen.refresh()
- def __init__(self, screen, width=40, title=' ', text=' '):
+ def __init__(self, screen, width=60, title=' ', text=' '):
self._screen = screen
self._textbox = TextboxReflowed(width, text)
@@ -90,7 +90,7 @@ class ProgressBar(object):
self._screen.refresh()
- def __init__(self, screen, width=40, title='', text=' ', top=100, allow_back=False):
+ def __init__(self, screen, width=60, title='', text=' ', top=100, allow_back=False):
self._allow_back = allow_back
self._screen = screen
self._top = top