Resize plugin-scan dialog as needed for UI scaling

This commit is contained in:
Robin Gareus 2022-10-06 15:29:55 +02:00
parent 7a0da94ba3
commit ba41f22f88
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ PluginScanDialog::PluginScanDialog (bool just_cached, bool v, Gtk::Window* paren
/* Top level packaging */
VBox* vbox = get_vbox ();
vbox->set_size_request (400, -1);
vbox->pack_start (format_frame, true, true);
vbox->pack_start (*cancel_all_padder, false, false);