Change the relief status of the toggle duck buttons
[synfig.git] / synfig-studio / trunk / src / gtkmm / toggleducksdial.cpp
index 5474a8b..3f1230a 100644 (file)
@@ -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;