1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Finally succeeds at making the missingROMsBox resize with the window.

This commit is contained in:
Thomas Harte 2020-06-17 22:22:15 -04:00
parent 9ca6a1031c
commit 8c35fe1062

View File

@ -23,21 +23,9 @@
<string>MainWindow</string>
</property>
<widget class="ScanTargetWidget" name="openGLWidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPlainTextEdit" name="missingROMsBox">
<property name="geometry">
<rect>
<x>170</x>
<y>170</y>
<width>421</width>
<height>231</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
@ -51,7 +39,7 @@ Please drag and drop the following over this window:
</string>
</property>
</widget>
</widget></item></layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionDo_this">