diff options
author | flow <flowlnlnln@gmail.com> | 2022-06-23 07:19:41 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-07-03 12:43:00 -0300 |
commit | 4232b1cedbae070ef27bd56d3fb3fad165e9836e (patch) | |
tree | 53bacd5bb64e0db1c74b390e71c06ccbfd3086a8 | |
parent | 412fdb0f7b363e91d4f4ef3e973f29ab2b5a3613 (diff) | |
download | PrismLauncher-4232b1cedbae070ef27bd56d3fb3fad165e9836e.tar.gz PrismLauncher-4232b1cedbae070ef27bd56d3fb3fad165e9836e.tar.bz2 PrismLauncher-4232b1cedbae070ef27bd56d3fb3fad165e9836e.zip |
fix: don't use uniform sizes in Modrinth modpack viewer
Apparently, when Qt sees an icon with the height smaller than the rest,
with this option set, it will change the height of all other items to be
that one, causing #828.
While we do lose some performance changing this option, the issue is
gone, so :|
Signed-off-by: flow <flowlnlnln@gmail.com>
-rw-r--r-- | launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui index ae9556ed..6a34701d 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui @@ -63,9 +63,6 @@ <height>48</height> </size> </property> - <property name="uniformItemSizes"> - <bool>true</bool> - </property> </widget> </item> <item> |