X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_value.cpp;h=c6a8b973f4f1453d28cd46bf49a2b087ac124f38;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=5a8257a60698eaf38ff37b7f199052fb0a263954;hpb=63e709f66d50c124cc0ece2325f4773ac4ae7b20;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_value.cpp b/synfig-studio/trunk/src/gtkmm/widget_value.cpp index 5a8257a..c6a8b97 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_value.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_value.cpp @@ -71,9 +71,9 @@ using namespace studio; Widget_ValueBase::Widget_ValueBase(): Glib::ObjectBase (typeid(Widget_ValueBase)), Gtk::HBox(), - real_adjustment(0,-2000000000,2000000000,0.05,0.05,0.05), - integer_adjustment(0,-2000000000,2000000000,1,1,1), - angle_adjustment(0,-2000000000,2000000000,1,1,1) + real_adjustment(0,-2000000000,2000000000,0.05,0.05,0), + integer_adjustment(0,-2000000000,2000000000,1,1,0), + angle_adjustment(0,-2000000000,2000000000,1,1,0) { set_no_show_all();