Provide dialogs to edit pan values numerically, at least for
[ardour.git] / gtk2_ardour / imageframe.cc
index 7ff05ee9e94b693986d7f991d728a309ac0d333b..ac30511864f3b39aae446dc4d89b99a981977adf 100644 (file)
@@ -174,7 +174,7 @@ Glib::PropertyProxy_ReadOnly<double> ImageFrame::property_height() const
 {
        return Glib::PropertyProxy_ReadOnly<double> (this, "height");
 }
-Glib::PropertyProxy<Gtk::AnchorType> ImageFrame::property_anchor() 
+Glib::PropertyProxy<Gtk::AnchorType> ImageFrame::property_anchor()
 {
   return Glib::PropertyProxy<Gtk::AnchorType>(this, "anchor");
 }