Rebased in new branch to cleanup commit history.
This commit is contained in:
@@ -88,7 +88,7 @@ History::History (bool bookmarkSupport) : historyVPaned(nullptr), blistener(null
|
||||
//addBookmark->get_style_context()->set_junction_sides(Gtk::JUNCTION_RIGHT);
|
||||
addBookmark->get_style_context()->add_class("Left");
|
||||
addBookmark->set_tooltip_markup (M("HISTORY_NEWSNAPSHOT_TOOLTIP"));
|
||||
Gtk::Image* addimg = Gtk::manage (new RTImage ("gtk-add.png"));
|
||||
Gtk::Image* addimg = Gtk::manage (new RTImage ("add-small.png"));
|
||||
addBookmark->set_image (*addimg);
|
||||
ahbox->pack_start (*addBookmark);
|
||||
|
||||
@@ -96,7 +96,7 @@ History::History (bool bookmarkSupport) : historyVPaned(nullptr), blistener(null
|
||||
setExpandAlignProperties(delBookmark, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_START);
|
||||
//delBookmark->get_style_context()->set_junction_sides(Gtk::JUNCTION_LEFT);
|
||||
delBookmark->get_style_context()->add_class("Right");
|
||||
Gtk::Image* delimg = Gtk::manage (new RTImage ("list-remove.png"));
|
||||
Gtk::Image* delimg = Gtk::manage (new RTImage ("remove-small.png"));
|
||||
delBookmark->set_image (*delimg);
|
||||
ahbox->pack_start (*delBookmark);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user