Gtk: Don't expand shader parameter widgets.

This commit is contained in:
Brandon Wright 2020-07-27 17:58:03 -05:00
parent a20e726ca2
commit fd88971598
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ bool gtk_shader_parameters_dialog(GtkWindow *parent)
grid->set_row_spacing(2);
grid->set_column_spacing(12);
auto vbox = new Gtk::VBox;
vbox->pack_start(*grid);
vbox->pack_start(*grid, Gtk::PACK_SHRINK);
scrolled_window->add(*vbox);
auto sizegroup = Gtk::SizeGroup::create(Gtk::SIZE_GROUP_HORIZONTAL);