NOISSUE fix up analytics wizard page

This commit is contained in:
Petr Mrázek 2016-12-01 02:45:55 +01:00
parent 476d641841
commit 46c5368a78

View File

@ -6,15 +6,15 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>630</width> <width>628</width>
<height>667</height> <height>637</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>MultiMC Quick Setup</string> <string>MultiMC Quick Setup</string>
</property> </property>
<property name="options"> <property name="options">
<set>QWizard::NoCancelButtonOnLastPage</set> <set>QWizard::NoCancelButton</set>
</property> </property>
<widget class="QWizardPage" name="welcomePage"> <widget class="QWizardPage" name="welcomePage">
<property name="title"> <property name="title">
@ -171,6 +171,30 @@
<string notr="true">Page::Analytics</string> <string notr="true">Page::Analytics</string>
</attribute> </attribute>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>592</width>
<height>477</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item> <item>
<widget class="QLabel" name="label_5"> <widget class="QLabel" name="label_5">
<property name="text"> <property name="text">
@ -191,6 +215,12 @@
&lt;p&gt;If we change the tracked information, analytics won't be active for the first run and you will see this page again.&lt;/p&gt; &lt;p&gt;If we change the tracked information, analytics won't be active for the first run and you will see this page again.&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;</string> &lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -201,6 +231,10 @@
</item> </item>
</layout> </layout>
</widget> </widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWizardPage" name="themePage"> <widget class="QWizardPage" name="themePage">
<property name="title"> <property name="title">
<string>Themes and icons</string> <string>Themes and icons</string>