From 5efa5501fb470b4d9ed48fc243a27768804c8eb4 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 10 Jun 2018 13:45:16 +0200 Subject: ProfileEditor: apply http settings when they're changed --- plugins/ProfileEditor/forms/profilemanagerdialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ProfileEditor/forms/profilemanagerdialog.cpp') diff --git a/plugins/ProfileEditor/forms/profilemanagerdialog.cpp b/plugins/ProfileEditor/forms/profilemanagerdialog.cpp index 1c4d100..d05b480 100644 --- a/plugins/ProfileEditor/forms/profilemanagerdialog.cpp +++ b/plugins/ProfileEditor/forms/profilemanagerdialog.cpp @@ -40,4 +40,5 @@ void ProfileManagerDialog::showProfile(QListWidgetItem *item) auto *v = new ProfileView(profiles->value(item->text()), this); ui->groupBox->layout()->addWidget(v); + v->adjustSize(); } -- cgit v1.2.1