Workaround to History panel expanding under the left RT window edge
This commit is contained in:
@@ -39,7 +39,7 @@ History::History (bool bookmarkSupport) : blistener(NULL), tpc (NULL), bmnum (1)
|
|||||||
// History List
|
// History List
|
||||||
// ~~~~~~~~~~~~
|
// ~~~~~~~~~~~~
|
||||||
hscrollw = Gtk::manage (new Gtk::ScrolledWindow ());
|
hscrollw = Gtk::manage (new Gtk::ScrolledWindow ());
|
||||||
hscrollw->set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC);
|
hscrollw->set_policy (Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
|
||||||
|
|
||||||
Gtk::Frame* histFrame = Gtk::manage (new Gtk::Frame (M("HISTORY_LABEL")));
|
Gtk::Frame* histFrame = Gtk::manage (new Gtk::Frame (M("HISTORY_LABEL")));
|
||||||
histFrame->add (*hscrollw);
|
histFrame->add (*hscrollw);
|
||||||
|
Reference in New Issue
Block a user