mirror of https://github.com/PCSX2/pcsx2.git
Qt: Resize default headersize BIOS
Qt: Resize default headersize BIOS The first column was too small and visually makes it harder to see what BIOS you have.
This commit is contained in:
parent
4e7ade8612
commit
39dfb2e606
|
@ -108,6 +108,12 @@
|
|||
<property name="rootIsDecorated">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<attribute name="headerMinimumSectionSize">
|
||||
<number>250</number>
|
||||
</attribute>
|
||||
<attribute name="headerDefaultSectionSize">
|
||||
<number>250</number>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Filename</string>
|
||||
|
|
Loading…
Reference in New Issue