mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fixeda a typo that got the 'x' value where the requested one was actually y.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
a69e92d891
commit
fdfd261f14
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void PrintLayout::setup()
|
|||
{
|
||||
QDesktopWidget *desktop = QApplication::desktop();
|
||||
screenDpiX = desktop->physicalDpiX();
|
||||
screenDpiY = desktop->physicalDpiX();
|
||||
screenDpiY = desktop->physicalDpiY();
|
||||
|
||||
printerDpi = printer->resolution();
|
||||
pageRect = printer->pageRect();
|
||||
|
|
Loading…
Add table
Reference in a new issue