Rebased in new branch to cleanup commit history.
This commit is contained in:
@@ -42,13 +42,13 @@ PlacesBrowser::PlacesBrowser ()
|
||||
setExpandAlignProperties(add, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_START);
|
||||
//add->get_style_context()->set_junction_sides(Gtk::JUNCTION_RIGHT);
|
||||
add->get_style_context()->add_class("Left");
|
||||
add->set_image (*Gtk::manage (new RTImage ("list-add.png")));
|
||||
add->set_image (*Gtk::manage (new RTImage ("add-small.png")));
|
||||
del = Gtk::manage (new Gtk::Button ());
|
||||
del->set_tooltip_text(M("MAIN_FRAME_PLACES_DEL"));
|
||||
setExpandAlignProperties(del, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_START);
|
||||
//del->get_style_context()->set_junction_sides(Gtk::JUNCTION_LEFT);
|
||||
del->get_style_context()->add_class("Right");
|
||||
del->set_image (*Gtk::manage (new RTImage ("list-remove.png")));
|
||||
del->set_image (*Gtk::manage (new RTImage ("remove-small.png")));
|
||||
Gtk::Grid* buttonBox = Gtk::manage (new Gtk::Grid ());
|
||||
buttonBox->set_orientation(Gtk::ORIENTATION_HORIZONTAL);
|
||||
buttonBox->attach_next_to(*add, Gtk::POS_LEFT, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user