Removed set_border_width from the code, padding and margin values still
to be set in CSS file
This commit is contained in:
@@ -58,7 +58,6 @@ DirBrowser::DirBrowser () : dirTreeModel(),
|
||||
dirtree->set_reorderable(false);
|
||||
dirtree->set_enable_search(false);
|
||||
scrolledwindow4->set_can_focus(true);
|
||||
scrolledwindow4->set_border_width(2);
|
||||
scrolledwindow4->set_shadow_type(Gtk::SHADOW_NONE);
|
||||
scrolledwindow4->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
|
||||
scrolledwindow4->property_window_placement().set_value(Gtk::CORNER_TOP_LEFT);
|
||||
|
Reference in New Issue
Block a user