From 58a738518692979f54a469f6681b2841489aee9b Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Sun, 6 Dec 2020 15:41:54 +0100 Subject: [PATCH] added missing comment --- bin/mpdevil | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mpdevil b/bin/mpdevil index 5ac53b7..6c1bcfe 100755 --- a/bin/mpdevil +++ b/bin/mpdevil @@ -1343,6 +1343,7 @@ class SongPopover(Gtk.Popover): rect=Gdk.Rectangle() rect.x=x # Gtk places popovers in treeviews 26px above the given position for no obvious reasons, so I move them 26px + # This seems to be related to the width/height of the headers in treeviews rect.y=y+offset rect.width=1 rect.height=1