mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Simplification
This commit is contained in:
@@ -291,7 +291,7 @@ class ImageHelper {
|
||||
dh = scaleToPixels;
|
||||
}
|
||||
|
||||
int w = Math.round(scaleToPixels);
|
||||
int w = scaleToPixels;
|
||||
int h = Math.round(scaleToPixels * dh / dw);
|
||||
|
||||
svg.setDocumentWidth("100%");
|
||||
|
||||
Reference in New Issue
Block a user