mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-30 22:00:17 +02:00
Merge pull request #3070 from TheKodeToad/general-scrollbar
Add scrollbar to Settings -> Launcher -> Features
This commit is contained in:
commit
54f2e75b9d
@ -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…
x
Reference in New Issue
Block a user