Target the Filmstrip/File Browser frame directly with CSS, fixes #2983

This commit is contained in:
Beep6581
2015-12-17 05:03:44 +01:00
parent 5b7f8c8927
commit 8ae520e794
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ ThumbBrowserBase::ThumbBrowserBase ()
Gtk::HBox* hb1 = Gtk::manage( new Gtk::HBox () );
Gtk::HBox* hb2 = Gtk::manage( new Gtk::HBox () );
Gtk::Frame* frame = Gtk::manage( new Gtk::Frame () );
frame->get_style_context()->add_class ("filebrowserFrame");
frame->add (internal);
frame->set_shadow_type (Gtk::SHADOW_IN );
hb1->pack_start (*frame);