Fix for shrinking BrowserToolPanel when using vertical tabs mode. Committed on behalf of Sankey, issue 1331

This commit is contained in:
DrSlony 2012-07-02 21:42:13 +01:00
parent dd609ae6eb
commit 51a42443a9

View File

@ -114,6 +114,7 @@ RTWindow::RTWindow ()
// decorate tab, the label is unimportant since its updated in batchqueuepanel anyway // decorate tab, the label is unimportant since its updated in batchqueuepanel anyway
Gtk::Label* lbq = Gtk::manage ( new Gtk::Label (M("MAIN_FRAME_BATCHQUEUE")) ); Gtk::Label* lbq = Gtk::manage ( new Gtk::Label (M("MAIN_FRAME_BATCHQUEUE")) );
lbq->set_angle(90);
mainNB->append_page (*bpanel, *lbq); mainNB->append_page (*bpanel, *lbq);
// epanel is only for single tab mode // epanel is only for single tab mode