Add scrollbar to Settings -> Launcher -> Features
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> (cherry picked from commit 71e55f88294976577ad0b2f8c21b635cf8fc9735)
This commit is contained in:
parent
6c6a4625ab
commit
eefeb5799d
@ -45,6 +45,24 @@
|
|||||||
<string>Features</string>
|
<string>Features</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_9">
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
||||||
|
<item>
|
||||||
|
<widget class="QScrollArea" name="scrollArea">
|
||||||
|
<property name="horizontalScrollBarPolicy">
|
||||||
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||||||
|
</property>
|
||||||
|
<property name="widgetResizable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>473</width>
|
||||||
|
<height>770</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="updateSettingsBox">
|
<widget class="QGroupBox" name="updateSettingsBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
@ -359,6 +377,10 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
<widget class="QWidget" name="userInterfaceTab">
|
<widget class="QWidget" name="userInterfaceTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>User Interface</string>
|
<string>User Interface</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user