Fix empty texts in tabs

This commit is contained in:
2022-12-17 16:36:28 +01:00
parent 96167220ca
commit 92ec82d0d9

View File

@ -241,7 +241,7 @@
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<widget class="PresetDetailWidget" name="presetDetailWidget"> <widget class="PresetDetailWidget" name="presetDetailWidget">
<attribute name="title"> <attribute name="title">
<string/> <string>Properties</string>
</attribute> </attribute>
</widget> </widget>
<widget class="QTreeView" name="filesView"> <widget class="QTreeView" name="filesView">
@ -249,7 +249,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<attribute name="title"> <attribute name="title">
<string/> <string>Samples</string>
</attribute> </attribute>
</widget> </widget>
</widget> </widget>