Target the Filmstrip/File Browser frame directly with CSS, fixes #2983
This commit is contained in:
@@ -51,7 +51,7 @@ GtkNotebook {
|
||||
padding: 4px 4px 4px 4px;
|
||||
}
|
||||
|
||||
.filebrowser GtkFrame {
|
||||
.filebrowserFrame {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user