Fix for shrinking BrowserToolPanel when using vertical tabs mode. Committed on behalf of Sankey, issue 1331
This commit is contained in:
parent
dd609ae6eb
commit
51a42443a9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user