From: Carlos Lopez Date: Sun, 28 Jun 2009 16:39:30 +0000 (+0200) Subject: Change the relief status of the toggle duck buttons X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=a2b6a6c79dfde84f0bc07a8674da399b1ae6f683 Change the relief status of the toggle duck buttons --- diff --git a/synfig-studio/trunk/src/gtkmm/toggleducksdial.cpp b/synfig-studio/trunk/src/gtkmm/toggleducksdial.cpp index 5474a8b..3f1230a 100644 --- a/synfig-studio/trunk/src/gtkmm/toggleducksdial.cpp +++ b/synfig-studio/trunk/src/gtkmm/toggleducksdial.cpp @@ -79,6 +79,7 @@ ToggleDucksDial::create_label_button(Gtk::IconSize iconsize, const char *stockid tbutton->add(*icon); icon->set_padding(0, 0); icon->show(); + tbutton->set_relief(Gtk::RELIEF_NONE); tbutton->show(); return tbutton;