From dba91ea39e4f89d529caca1f12c3790e28a3c5b4 Mon Sep 17 00:00:00 2001 From: natureh Date: Tue, 3 Jul 2012 15:32:10 +0200 Subject: [PATCH] Addentum to bugfix of issue 1331: "BrowserToolPanel shrinks after every RT restart", on behalf of sankeytms --- rtgui/rtwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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