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