ExtensionSystem: Open PluginDialog without horizontal scroll bar

This makes the dialog slightly bigger to avoid that horizontal
scrollbar (when using normal font sizes).

Also, the header sizing code is a bit cleaned up. The "Loaded" column
takes less unnecessary space.

Change-Id: Ic7db7595a88a6dcedd52dce608aa1c9c79c8a464
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Alessandro Portale
2023-11-02 16:00:19 +01:00
parent a1b78d4234
commit 68222e6fd3
2 changed files with 3 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ PluginDialog::PluginDialog(QWidget *parent)
buttonBox,
}.attachTo(this);
resize(650, 400);
resize(760, 440);
setWindowTitle(Tr::tr("Installed Plugins"));
connect(m_view, &ExtensionSystem::PluginView::currentPluginChanged,