diff options
| author | timoreo22 <timo.oreo34@gmail.com> | 2022-05-21 06:34:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-21 06:34:43 +0200 |
| commit | 92e8aaf36f72b7527322add169b253d0698939d0 (patch) | |
| tree | f90ccb0973386de577f6f9d08064ddee53a74f15 /launcher/ui/pages/modplatform/modrinth | |
| parent | 88a93945d4c9a11bf53016133335d359b819585e (diff) | |
| parent | 3b4b34b3695e655f591347754a724804bea96d71 (diff) | |
| download | PrismLauncher-92e8aaf36f72b7527322add169b253d0698939d0.tar.gz PrismLauncher-92e8aaf36f72b7527322add169b253d0698939d0.tar.bz2 PrismLauncher-92e8aaf36f72b7527322add169b253d0698939d0.zip | |
Merge pull request #608 from timoreo22/feature/curseforge-fix
Very Temporary Fix for curseforge
Diffstat (limited to 'launcher/ui/pages/modplatform/modrinth')
| -rw-r--r-- | launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui index 4fb59cdf..ae9556ed 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>837</width> - <height>685</height> + <width>800</width> + <height>600</height> </rect> </property> <layout class="QVBoxLayout"> @@ -24,6 +24,9 @@ <property name="alignment"> <set>Qt::AlignCenter</set> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> <item> |
