set size request for core widget
This commit is contained in:
parent
f2b2f9b800
commit
c33cd47706
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ bench_window::bench_window()
|
|||
instructions_scroll.set_policy(Gtk::PolicyType::NEVER, Gtk::PolicyType::AUTOMATIC);
|
||||
|
||||
control_box.set_size_request(200, -1);
|
||||
core.set_size_request(200, 200);
|
||||
core.set_expand();
|
||||
instructions_scroll.set_size_request(200, -1);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue