~jeremywootten/pantheon-files/pantheon-files-SE

« back to all changes in this revision

Viewing changes to src/View/Sidebar.vala

Merge fix-798470-merge-files-to-folder-by-drag-drop

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        private const int BOOKMARK_YPAD = 1; /* Affects vertical spacing of bookmarks */
39
39
        private const int CATEGORY_YPAD = 3; /* Affects height of category headers */
40
40
 
41
 
        private static Marlin.DndHandler dnd_handler = new Marlin.DndHandler ();
 
41
        private Marlin.DndHandler dnd_handler = new Marlin.DndHandler ();
42
42
 
43
43
        Gtk.TreeView tree_view;
44
44
        Gtk.ScrolledWindow tree_window;