# HG changeset patch # User Chris Cannam # Date 1440086787 -3600 # Node ID fce075d2952f5537a2e6960861f748883f74d649 # Parent 42e80bb7f1ad7479965a21e660699424276815f6 Hi-dpi pixmaps in icons diff -r 42e80bb7f1ad -r fce075d2952f .hgsubstate --- a/.hgsubstate Thu Aug 20 16:41:23 2015 +0100 +++ b/.hgsubstate Thu Aug 20 17:06:27 2015 +0100 @@ -8,4 +8,4 @@ 55ece8862b6d3a54aad271a53f9c1615e5d3bcf8 sv-dependency-builds 01669adb09566b24347c50417847792f41158918 svapp 815f82508f9635a727d55ec2d32d70bea4f39c6e svcore -1a6304c547bfd90616588052939e4cefe566a374 svgui +477fbf3f10cac47bad2d5c4de3f72bb8b2361ae4 svgui diff -r 42e80bb7f1ad -r fce075d2952f src/main.cpp --- a/src/main.cpp Thu Aug 20 16:41:23 2015 +0100 +++ b/src/main.cpp Thu Aug 20 17:06:27 2015 +0100 @@ -209,6 +209,8 @@ InteractiveFileFinder::getInstance()->setApplicationSessionExtension("ton"); + QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); + QSplashScreen *splash = 0; // If we had a splash screen, we would show it here