Commit 0a5ead5a authored by Christoffer Ackelman's avatar Christoffer Ackelman Committed by Esteban Blanc

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

parent df1d89b8
......@@ -1972,6 +1972,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