Changed the default window orientation to portrait.
- Portrait shows more files in the summary view. - Most file's contents can still be viewed in half screen width.
This commit is contained in:
parent
64f1cd3ff8
commit
75678399c8
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ class Screen:
|
|||
self._main_loop = main_loop
|
||||
self._is_summary_focused = True
|
||||
self.workers = None
|
||||
self._is_listing_portrait = False
|
||||
self._is_listing_portrait = True
|
||||
self._is_log_visible = True
|
||||
self._is_help_visible = False
|
||||
self._is_paused = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue