branch: externals/dicom
commit 5dc51c9903a1a47d35f7ff10e9b8e78a5911b368
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Reduce margin
---
dicom.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dicom.el b/dicom.el
index 6a69a8cabe..57aeebd401 100644
--- a/dicom.el
+++ b/dicom.el
@@ -192,7 +192,7 @@ progress:${percent-pos}%%' %s) & disown"
(defun dicom--image-desc (file)
"Image descriptor for FILE."
- `(image :margin 8 :type png :file ,file))
+ `(image :margin 6 :type png :file ,file))
(defun dicom--dir-p (&optional file)
"Non-nil if FILE is a DICOMDIR."
@@ -444,7 +444,7 @@ The command is specified as FMT string with ARGS."
(defun dicom--placeholder (w h)
"Placeholder image with W and H."
`(image
- :margin 8 :type svg :width ,w :height ,h
+ :margin 6 :type svg :width ,w :height ,h
:data
,(format
"<svg xmlns='http://www.w3.org/2000/svg' width='%1$s' height='%2$s'>