diff options
author | hut <hut@lavabit.com> | 2010-04-05 01:29:44 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-05 01:29:44 +0200 |
commit | f4ad6457049af41d5e818b8dd6682abf08a6b8d1 (patch) | |
tree | 9b71d240e1953e064818077444eed6eddbf6063d | |
parent | 61006fddeede27e31efb417c6f0c4c455b94c88d (diff) | |
download | ranger-f4ad6457049af41d5e818b8dd6682abf08a6b8d1.tar.gz |
Swapped default values for display_size_in_...
I had them swapped for testing and forgot to change it back.
-rw-r--r-- | ranger/defaults/options.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py index c34e2105..15e71df8 100644 --- a/ranger/defaults/options.py +++ b/ranger/defaults/options.py @@ -61,8 +61,8 @@ draw_bookmark_borders = True column_ratios = (1, 1, 4, 3) # Display the file size in the main column or status bar? -display_size_in_main_column = False -display_size_in_status_bar = True +display_size_in_main_column = True +display_size_in_status_bar = False # Set a title for the window? update_title = True |