Put the pathbar in the 'Save in folder:' row in Save mode
Now we reparent the browse_path_bar_hbox to that spot in Save mode, or to be above the file lists in Open mode. The pathbar makes for a very clear indication of the location to save in. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
This commit is contained in:
@ -162,11 +162,12 @@ struct _GtkFileChooserDefault
|
||||
|
||||
/* Save mode widgets */
|
||||
GtkWidget *save_widgets;
|
||||
GtkWidget *save_widgets_table;
|
||||
|
||||
GtkWidget *save_folder_label;
|
||||
|
||||
/* The file browsing widgets */
|
||||
GtkWidget *browse_widgets;
|
||||
GtkWidget *browse_widgets_box;
|
||||
GtkWidget *browse_shortcuts_tree_view;
|
||||
GtkWidget *browse_shortcuts_add_button;
|
||||
GtkWidget *browse_shortcuts_remove_button;
|
||||
|
||||
Reference in New Issue
Block a user