GUI touchups: icons issue 754

This commit is contained in:
Michael Ezra
2011-06-08 16:42:27 -04:00
parent 9fd17cb573
commit aaf63f80a1
13 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ extern Glib::ustring argv0;
ToolBar::ToolBar () : listener (NULL) {
handTool = Gtk::manage (new Gtk::ToggleButton ());
Gtk::Image* handimg = Gtk::manage (new Gtk::Image (argv0+"/images/openhand22.png"));
Gtk::Image* handimg = Gtk::manage (new Gtk::Image (argv0+"/images/openhand_gray22.png"));
handTool->add (*handimg);
handimg->show ();
handTool->set_relief(Gtk::RELIEF_NONE);