mirror of https://github.com/snes9xgit/snes9x.git
Gtk: Don't expand shader parameter widgets.
This commit is contained in:
parent
a20e726ca2
commit
fd88971598
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue