citra_qt: Add scroll bar to System tab (#135)

This commit is contained in:
Reg Tiangha 2024-05-23 12:21:27 -06:00 committed by GitHub
parent 64e3e9ffaa
commit 54aee70e68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,33 @@
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_scrollbar">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="minimumSize">
<size>
<width>0</width>
<height>480</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>422</width>
<height>500</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
@ -525,7 +552,7 @@
<item>
<widget class="QLabel" name="label_secure_info_status">
<property name="text">
<string></string>
<string/>
</property>
</widget>
</item>
@ -561,7 +588,7 @@
<item>
<widget class="QLabel" name="label_friend_code_seed_status">
<property name="text">
<string></string>
<string/>
</property>
</widget>
</item>
@ -597,7 +624,7 @@
<item>
<widget class="QLabel" name="label_ct_cert_status">
<property name="text">
<string></string>
<string/>
</property>
</widget>
</item>
@ -650,6 +677,10 @@
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>toggle_new_3ds</tabstop>
<tabstop>edit_username</tabstop>