Remove unused methods in ARDOUR_UI for starting/stopping engine
[ardour.git] / gtk2_ardour / ruler_dialog.cc
index 991bd3eb8771d50c5a60b4cbb6c723425b9b17b0..ce34d70ad3287ceba0e684c4c1e50baf04e7b5a3 100644 (file)
@@ -29,16 +29,16 @@ RulerDialog::RulerDialog ()
 {
        add_button (Gtk::Stock::OK, Gtk::RESPONSE_ACCEPT);
 
-       get_vbox()->pack_start (samples_button);
-       get_vbox()->pack_start (timecode_button);
        get_vbox()->pack_start (minsec_button);
+       get_vbox()->pack_start (timecode_button);
+       get_vbox()->pack_start (samples_button);
        get_vbox()->pack_start (bbt_button);
-       get_vbox()->pack_start (tempo_button);
        get_vbox()->pack_start (meter_button);
-       get_vbox()->pack_start (loop_punch_button);
+       get_vbox()->pack_start (tempo_button);
        get_vbox()->pack_start (range_button);
-       get_vbox()->pack_start (mark_button);
+       get_vbox()->pack_start (loop_punch_button);
        get_vbox()->pack_start (cdmark_button);
+       get_vbox()->pack_start (mark_button);
        get_vbox()->pack_start (video_button);
 
        get_vbox()->show_all ();