Change the relief status of the toggle duck buttons
authorCarlos Lopez <carlos@pcnuevo.(none)>
Sun, 28 Jun 2009 16:39:30 +0000 (18:39 +0200)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Mon, 13 Jul 2009 18:07:44 +0000 (20:07 +0200)
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;