Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_value.cpp
index 5a8257a..c6a8b97 100644 (file)
@@ -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();