From: Carlos Lopez Date: Sun, 24 Jan 2010 22:23:01 +0000 (+0100) Subject: Make it a bit smaller. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f90685aea4c3859705cf6686abb42b7fd6dcd26f;p=synfig.git Make it a bit smaller. --- diff --git a/synfig-studio/src/gtkmm/workarea.cpp b/synfig-studio/src/gtkmm/workarea.cpp index d07db87..a5f851f 100644 --- a/synfig-studio/src/gtkmm/workarea.cpp +++ b/synfig-studio/src/gtkmm/workarea.cpp @@ -754,7 +754,7 @@ WorkArea::WorkArea(etl::loose_handle canvas_interfac // Create the menu button menubutton=manage(new class Gtk::Button()); Gtk::Arrow *arrow1 = manage(new class Gtk::Arrow(Gtk::ARROW_RIGHT, Gtk::SHADOW_OUT)); - arrow1->set_size_request(11,11); + arrow1->set_size_request(10,10); menubutton->add(*arrow1); menubutton->show_all(); menubutton->signal_pressed().connect(sigc::mem_fun(*this, &WorkArea::popup_menu));