Qt: Remove renderer title from top group box

Save a little vertical space.
This commit is contained in:
Stenzek 2023-06-25 21:54:36 +10:00 committed by Connor McLaughlin
parent 8fe9282bd9
commit 5302cdcf2b
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>720</width> <width>720</width>
<height>492</height> <height>463</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -29,7 +29,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox_3"> <widget class="QGroupBox" name="groupBox_3">
<property name="title"> <property name="title">
<string>Renderer</string> <string/>
</property> </property>
<layout class="QFormLayout" name="formLayout"> <layout class="QFormLayout" name="formLayout">
<item row="0" column="0"> <item row="0" column="0">