Fixes hi-dpi on Windows

- Fixes incorrect install path for icons
- Fixes incorrect font size conversion from "Pango units" (updates some comments)
- Fixes incorrect volume icon in directory browser
This commit is contained in:
Pandagrapher
2022-08-29 19:26:41 +02:00
parent 2cd6ba96ca
commit 35ce0d1227
5 changed files with 19 additions and 12 deletions

View File

@@ -368,6 +368,8 @@ if(NOT DEFINED ICONSDIR)
else()
set(ICONSDIR "${CMAKE_INSTALL_PREFIX}/share/icons")
endif()
else()
set(ICONSDIR "${DATADIR}/icons")
endif()
endif()