added missing comment

This commit is contained in:
Martin Wagner 2020-12-06 15:41:54 +01:00
parent d60d600df2
commit 58a7385186

View File

@ -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