branch: externals/diff-hl
commit 47b33048be01cfa62a1dd2e60e3afb8f076395c6
Author: Dmitry Gutov <dmi...@gutov.dev>
Commit: Dmitry Gutov <dmi...@gutov.dev>

    diff-hl-show-hunk-posframe: Don't specify min-height
    
    The avoids the big blank space when the hunk is short.
---
 diff-hl-show-hunk-posframe.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/diff-hl-show-hunk-posframe.el b/diff-hl-show-hunk-posframe.el
index 9f25c9e890..48ea54b41d 100644
--- a/diff-hl-show-hunk-posframe.el
+++ b/diff-hl-show-hunk-posframe.el
@@ -202,7 +202,6 @@ The button calls an ACTION."
                     :internal-border-color 
diff-hl-show-hunk-posframe-internal-border-color
                     :hidehandler nil
                     ;; Sometimes, header-line is not taken into account, so 
put a min height and a min width
-                    :min-height (when 
diff-hl-show-hunk-posframe-show-header-line 10)
                     :min-width (when 
diff-hl-show-hunk-posframe-show-header-line
                                  (length 
(diff-hl-show-hunk-posframe--header-line)))
                     :respect-header-line 
diff-hl-show-hunk-posframe-show-header-line

Reply via email to