Revert GDK_SCROLL_SMOOTH scrolling of Toolbars to a fixed step

also remove GUI space in "FileBrowser" widget
see #4035
This commit is contained in:
Hombre
2018-09-04 23:06:17 +02:00
parent b226c125ce
commit 98fc85b68d
2 changed files with 6 additions and 29 deletions

View File

@@ -62,7 +62,6 @@ FileCatalog::FileCatalog (CoarsePanel* cp, ToolBar* tb, FilePanel* filepanel) :
inTabMode = false;
set_name ("FileBrowser");
set_spacing (2);
// construct and initialize thumbnail browsers
fileBrowser = Gtk::manage( new FileBrowser() );