forked from qt-creator/qt-creator
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user