CppTools: Fit ClangDiagnosticConfigsWidget on manager's laptop screen

Managers have laptops with small screens. ClangDiagnosticConfigsWidget
had a widget with too big height as minimum size. The Clang Diagnostics
dialog did therefore not fit of Portale's screen.

This patch removes the minimumSize and makes the dialog fit.

Change-Id: I056c10c8a4e51ba4652c30616035a7c649287f58
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Alessandro Portale
2019-03-04 15:38:34 +01:00
parent 75f74791a1
commit af318f9723

View File

@@ -105,14 +105,7 @@
</layout>
</item>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="minimumSize">
<size>
<width>700</width>
<height>500</height>
</size>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget"/>
</item>
</layout>
</item>