UI: Add options to hide extra columns (#9093)

UI change that allows the user to hide the size and or file types columns
This commit is contained in:
Piplup
2022-11-04 06:30:39 +00:00
committed by GitHub
parent 38e4382f53
commit ece22fcbc7
5 changed files with 31 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>363</width>
<height>507</height>
<height>562</height>
</rect>
</property>
<property name="windowTitle">
@ -90,6 +90,20 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="show_size">
<property name="text">
<string>Show Size Column</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="show_types">
<property name="text">
<string>Show File Types Column</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="game_icon_size_qhbox_layout_2">
<item>