diff --git a/rtgui/rtwindow.cc b/rtgui/rtwindow.cc index 633efdfc4..e6e9e6708 100644 --- a/rtgui/rtwindow.cc +++ b/rtgui/rtwindow.cc @@ -114,7 +114,7 @@ RTWindow::RTWindow () // decorate tab, the label is unimportant since its updated in batchqueuepanel anyway Gtk::Label* lbq = Gtk::manage ( new Gtk::Label (M("MAIN_FRAME_BATCHQUEUE")) ); - lbq->set_angle(90); + if (options.mainNBVertical) lbq->set_angle(90); mainNB->append_page (*bpanel, *lbq); // epanel is only for single tab mode