Addentum to bugfix of issue 1331: "BrowserToolPanel shrinks after every RT restart", on behalf of sankeytms
This commit is contained in:
parent
1462d79270
commit
dba91ea39e
@ -114,7 +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);
|
if (options.mainNBVertical) 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