13
0

Increase default size of script-editor pane

This commit is contained in:
Robin Gareus 2017-02-20 03:57:53 +01:00
parent 2157cd0e94
commit 0aa631b6af

View File

@ -159,6 +159,7 @@ LuaWindow::LuaWindow ()
Gtkmm2ext::VPane *vpane = manage (new Gtkmm2ext::VPane ());
vpane->add (*vbox);
vpane->add (scrollout);
vpane->set_divider (0, 0.75);
vpane->show_all ();
add (*vpane);