mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 07:26:10 -04:00
enable support for high dpi pixmaps
CHANGELOG: Improve HiDPI support for Konsole
This commit is contained in:
@@ -48,6 +48,9 @@ void Application::init()
|
||||
{
|
||||
_backgroundInstance = 0;
|
||||
|
||||
// enable high dpi support
|
||||
setAttribute(Qt::AA_UseHighDpiPixmaps, true);
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
// this ensures that Ctrl and Meta are not swapped, so CTRL-C and friends
|
||||
// will work correctly in the terminal
|
||||
|
||||
Reference in New Issue
Block a user