From 4a8033c77cde899edcec214d65e36e2f213d5654 Mon Sep 17 00:00:00 2001 From: Tim Ringenbach Date: Wed, 5 Mar 2025 20:29:25 -0600 Subject: [PATCH] update label --- src/Gui/Dialogs/DlgAbout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Dialogs/DlgAbout.cpp b/src/Gui/Dialogs/DlgAbout.cpp index a4b8762441..bd09a56cff 100644 --- a/src/Gui/Dialogs/DlgAbout.cpp +++ b/src/Gui/Dialogs/DlgAbout.cpp @@ -730,7 +730,7 @@ void AboutDialog::copyToClipboard() << QString::fromStdString(theme) << "/" << QString::fromStdString(style) << "\n"; // Add DPI information - str << "Logical/physical/ratio DPI: " + str << "Logical DPI/Physical DPI/Pixel Ratio: " << QApplication::primaryScreen()->logicalDotsPerInch() << "/" << QApplication::primaryScreen()->physicalDotsPerInch()