diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-12-01 02:45:55 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-12-28 21:39:09 +0100 |
commit | 46c5368a784499c0ac4975b8a157a0f923c18b5a (patch) | |
tree | 70cd6a5b14f0d87b2ce18ed992da31dab7fac8dc /application | |
parent | 476d64184145e6b745b9b56fe2ea6f5f65f91dae (diff) | |
download | MultiMC-46c5368a784499c0ac4975b8a157a0f923c18b5a.tar MultiMC-46c5368a784499c0ac4975b8a157a0f923c18b5a.tar.gz MultiMC-46c5368a784499c0ac4975b8a157a0f923c18b5a.tar.lz MultiMC-46c5368a784499c0ac4975b8a157a0f923c18b5a.tar.xz MultiMC-46c5368a784499c0ac4975b8a157a0f923c18b5a.zip |
NOISSUE fix up analytics wizard page
Diffstat (limited to 'application')
-rw-r--r-- | application/setupwizard/SetupWizard.ui | 60 |
1 files changed, 47 insertions, 13 deletions
diff --git a/application/setupwizard/SetupWizard.ui b/application/setupwizard/SetupWizard.ui index 5a4eb558..a78f3530 100644 --- a/application/setupwizard/SetupWizard.ui +++ b/application/setupwizard/SetupWizard.ui @@ -6,15 +6,15 @@ <rect> <x>0</x> <y>0</y> - <width>630</width> - <height>667</height> + <width>628</width> + <height>637</height> </rect> </property> <property name="windowTitle"> <string>MultiMC Quick Setup</string> </property> <property name="options"> - <set>QWizard::NoCancelButtonOnLastPage</set> + <set>QWizard::NoCancelButton</set> </property> <widget class="QWizardPage" name="welcomePage"> <property name="title"> @@ -172,9 +172,33 @@ </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string><html><head/><body> + <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> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string><html><head/><body> <p>MultiMC sends anonymous usage statistics on every start of the application. This helps us decide what platforms and issues to focus on.</p> <p>The data is processed by Google Analytics, see their <a href="https://support.google.com/analytics/answer/6004245?hl=en">article on the matter</a>.</p> <p>The following data is collected:</p> @@ -190,13 +214,23 @@ <p>The analytics will activate on next start, unless you disable them in the settings.</p> <p>If we change the tracked information, analytics won't be active for the first run and you will see this page again.</p> </body></html></string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - <property name="openExternalLinks"> - <bool>true</bool> - </property> + </property> + <property name="scaledContents"> + <bool>true</bool> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> </widget> </item> </layout> |