PabloMK7 / citra

A Nintendo 3DS Emulator
GNU General Public License v2.0
3.41k stars 604 forks source link

citra_qt: Add scroll bar to System tab #135

Closed rtiangha closed 4 months ago

rtiangha commented 4 months ago

My laptop display is 1366x768 and the System tab takes up the majority of those 768 pixels to the point that the confirmation buttons are rendered off screen and because the tab is not resizable at that size, I have to switch to another tab that can be resized in order to access those buttons. So this PR adds a scroll bar to the System tab, which makes things a little easier for those with lower resolution displays.

system-scrollbar