Addentum to bugfix of issue 1331: "BrowserToolPanel shrinks after every RT restart", on behalf of sankeytms

This commit is contained in:
natureh 2012-07-03 15:32:10 +02:00
parent 1462d79270
commit dba91ea39e

View File

@ -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