minor visual change for panner
[ardour.git] / gtk2_ardour / panner.cc
index 938e8042c0f1f1df6fc79decc2402fdb7f85115f..acf06c4b07f8d0de235f0bb858b51e58a799108d 100644 (file)
@@ -18,7 +18,7 @@ null_label_callback (char* buf, unsigned int bufsize)
 PannerBar::PannerBar (Gtk::Adjustment& adj, PBD::Controllable& c)
        : BarController (adj, c, sigc::ptr_fun (null_label_callback))
 {
-       
+       set_style (BarController::Line);
 }
 
 PannerBar::~PannerBar ()