diff options
author | forkiesassds <icanttellyou@memeware.net> | 2022-10-22 01:19:51 +0300 |
---|---|---|
committer | forkiesassds <icanttellyou@memeware.net> | 2022-10-22 01:20:08 +0300 |
commit | 9b17cde01929e58819c353868734f81faf811958 (patch) | |
tree | 278098ebf4074e2017ced7d0d9df4244b993ff5c /launcher/ui/pages/modplatform/flame/FlamePage.ui | |
parent | 819296cc9c31f539af70c8760ff43f8a397ae783 (diff) | |
download | PrismLauncher-9b17cde01929e58819c353868734f81faf811958.tar.gz PrismLauncher-9b17cde01929e58819c353868734f81faf811958.tar.bz2 PrismLauncher-9b17cde01929e58819c353868734f81faf811958.zip |
CurseForge modpack page improvements
Signed-off-by: forkiesassds <icanttellyou@memeware.net>
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlamePage.ui')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlamePage.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlamePage.ui b/launcher/ui/pages/modplatform/flame/FlamePage.ui index 1a3d0225..71d19513 100644 --- a/launcher/ui/pages/modplatform/flame/FlamePage.ui +++ b/launcher/ui/pages/modplatform/flame/FlamePage.ui @@ -66,7 +66,7 @@ </widget> </item> <item> - <widget class="QTextBrowser" name="packDescription"> + <widget class="ProjectDescriptionPage" name="packDescription"> <property name="openExternalLinks"> <bool>true</bool> </property> @@ -99,6 +99,13 @@ </item> </layout> </widget> + <customwidgets> + <customwidget> + <class>ProjectDescriptionPage</class> + <extends>QTextBrowser</extends> + <header>ui/widgets/ProjectDescriptionPage.h</header> + </customwidget> + </customwidgets> <tabstops> <tabstop>packView</tabstop> <tabstop>packDescription</tabstop> |