Reduce column width for available disk selection

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
This commit is contained in:
Adam Stokes 2015-07-02 20:53:18 -04:00
parent e49d2362c1
commit 02d1ba864b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class FilesystemView(WidgetWrap):
height=len(col_1))
col_2 = BoxAdapter(SimpleList(col_2, is_selectable=False),
height=len(col_2))
return Columns([(30, col_1), col_2], 2)
return Columns([(15, col_1), col_2], 2)
def _build_additional_options(self):
opts = []