Added layout to the attachProcDialog to enable resizing the attach process popup (#2811)

This commit is contained in:
AdavisSnakes 2021-11-06 05:40:11 -04:00 committed by GitHub
parent e358ff797d
commit 236f85f83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,15 +45,9 @@
<property name="title">
<string>Processes with same name as currently open file:</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTreeView" name="procBeingAnalyzedView">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>794</width>
<height>111</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
@ -86,6 +80,8 @@
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
@ -93,15 +89,9 @@
<property name="title">
<string>All processes:</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QTreeView" name="allProcView">
<property name="geometry">
<rect>
<x>0</x>
<y>50</y>
<width>794</width>
<height>331</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
@ -128,6 +118,8 @@
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>