Commit b3029ac2 authored by Christoffer Ackelman's avatar Christoffer Ackelman

QT: Made the palettes in the GE editor slightly narrower.

parent 1d282b89
......@@ -1963,6 +1963,7 @@ GeQt::GeQt(void* x_parent_ctx, ldh_tSesContext x_ldhses, int x_exit_when_close,
hpaned->addWidget(graph_list);
hpaned->addWidget(objectnav_w);
add_expanding(hpaned, grow_widget);
hpaned->setStretchFactor(2, 1);
hpaned->addWidget(vpaned);
QVBoxLayout* vbox = new QVBoxLayout(toplevel);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment