Skip to content

Commit 8bc9e9d

Browse files
authored
Add support for HiDPI screens
Per #3814
1 parent 0382b69 commit 8bc9e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/linux/package_linux.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if lsmod |grep vboxguest > /dev/null 2>&1; then
106106
echo "VirtualBox detected. Forcing libgl software rendering."
107107
export LIBGL_ALWAYS_SOFTWARE=1;
108108
fi
109-
QT_X11_NO_NATIVE_MENUBAR=1 \$DIR/usr/bin/lmms.real "\$@"
109+
QT_X11_NO_NATIVE_MENUBAR=1 QT_AUTO_SCREEN_SCALE_FACTOR=1 \$DIR/usr/bin/lmms.real "\$@"
110110
EOL
111111

112112
chmod +x "${APPDIR}usr/bin/lmms"

0 commit comments

Comments
 (0)