projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a888a
)
Make the rulers a bit smaller even
author
Carlos Lopez
<genetita@gmail.com>
Wed, 20 Oct 2010 17:31:53 +0000
(19:31 +0200)
committer
Carlos Lopez
<genetita@gmail.com>
Wed, 20 Oct 2010 17:31:53 +0000
(19:31 +0200)
synfig-studio/src/gui/workarea.cpp
patch
|
blob
|
history
diff --git
a/synfig-studio/src/gui/workarea.cpp
b/synfig-studio/src/gui/workarea.cpp
index
f84f9ea
..
d34d8ee
100644
(file)
--- a/
synfig-studio/src/gui/workarea.cpp
+++ b/
synfig-studio/src/gui/workarea.cpp
@@
-755,7
+755,7
@@
WorkArea::WorkArea(etl::loose_handle<synfigapp::CanvasInterface> 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(
10,10
);
+ arrow1->set_size_request(
6,7
);
menubutton->add(*arrow1);
menubutton->show_all();
menubutton->signal_pressed().connect(sigc::mem_fun(*this, &WorkArea::popup_menu));