Show the size column by default in the file chooser
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
@ -791,7 +791,7 @@ _gtk_file_chooser_default_init (GtkFileChooserDefault *impl)
|
||||
impl->use_preview_label = TRUE;
|
||||
impl->select_multiple = FALSE;
|
||||
impl->show_hidden = FALSE;
|
||||
impl->show_size_column = FALSE;
|
||||
impl->show_size_column = TRUE;
|
||||
impl->icon_size = FALLBACK_ICON_SIZE;
|
||||
impl->load_state = LOAD_EMPTY;
|
||||
impl->reload_state = RELOAD_EMPTY;
|
||||
|
@ -248,7 +248,7 @@ _gtk_file_chooser_settings_init (GtkFileChooserSettings *settings)
|
||||
settings->sort_column = FILE_LIST_COL_NAME;
|
||||
settings->show_hidden = FALSE;
|
||||
settings->expand_folders = FALSE;
|
||||
settings->show_size_column = FALSE;
|
||||
settings->show_size_column = TRUE;
|
||||
settings->geometry_x = -1;
|
||||
settings->geometry_y = -1;
|
||||
settings->geometry_width = -1;
|
||||
|
Reference in New Issue
Block a user