From 51a42443a99673f9e0d85a79f0e8d998c299e899 Mon Sep 17 00:00:00 2001 From: DrSlony Date: Mon, 2 Jul 2012 21:42:13 +0100 Subject: [PATCH] Fix for shrinking BrowserToolPanel when using vertical tabs mode. Committed on behalf of Sankey, issue 1331 --- rtgui/rtwindow.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/rtwindow.cc b/rtgui/rtwindow.cc index 90e8d8090..633efdfc4 100644 --- a/rtgui/rtwindow.cc +++ b/rtgui/rtwindow.cc @@ -114,6 +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); mainNB->append_page (*bpanel, *lbq); // epanel is only for single tab mode