Remove invisible GroupBoxes (they appear on Fusion)

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-08-04 10:16:26 +01:00
parent 99f6a02a14
commit 6abd7ac673
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E

View file

@ -43,7 +43,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>746</width> <width>746</width>
<height>1202</height> <height>1194</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_8">
@ -63,27 +63,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QGroupBox" name="instanceSortBox">
<property name="title">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QRadioButton" name="sortByNameBtn"> <widget class="QRadioButton" name="sortByNameBtn">
<property name="text"> <property name="text">
@ -104,9 +83,6 @@
</attribute> </attribute>
</widget> </widget>
</item> </item>
</layout>
</widget>
</item>
<item> <item>
<spacer name="verticalSpacer"> <spacer name="verticalSpacer">
<property name="orientation"> <property name="orientation">
@ -130,32 +106,14 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QRadioButton" name="askToRenameDirBtn"> <widget class="QRadioButton" name="askToRenameDirBtn">
<property name="text"> <property name="text">
<string>Ask what to do</string> <string>Ask what to do</string>
</property> </property>
<attribute name="buttonGroup">
<string notr="true">renamingBehaviorGroup</string>
</attribute>
</widget> </widget>
</item> </item>
<item> <item>
@ -163,6 +121,9 @@
<property name="text"> <property name="text">
<string>Always rename the folder</string> <string>Always rename the folder</string>
</property> </property>
<attribute name="buttonGroup">
<string notr="true">renamingBehaviorGroup</string>
</attribute>
</widget> </widget>
</item> </item>
<item> <item>
@ -170,9 +131,9 @@
<property name="text"> <property name="text">
<string>Never rename the folder</string> <string>Never rename the folder</string>
</property> </property>
</widget> <attribute name="buttonGroup">
</item> <string notr="true">renamingBehaviorGroup</string>
</layout> </attribute>
</widget> </widget>
</item> </item>
<item> <item>
@ -711,5 +672,6 @@
<connections/> <connections/>
<buttongroups> <buttongroups>
<buttongroup name="sortingModeGroup"/> <buttongroup name="sortingModeGroup"/>
<buttongroup name="renamingBehaviorGroup"/>
</buttongroups> </buttongroups>
</ui> </ui>