mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
added missing comment
This commit is contained in:
parent
d60d600df2
commit
58a7385186
@ -1343,6 +1343,7 @@ class SongPopover(Gtk.Popover):
|
|||||||
rect=Gdk.Rectangle()
|
rect=Gdk.Rectangle()
|
||||||
rect.x=x
|
rect.x=x
|
||||||
# Gtk places popovers in treeviews 26px above the given position for no obvious reasons, so I move them 26px
|
# 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.y=y+offset
|
||||||
rect.width=1
|
rect.width=1
|
||||||
rect.height=1
|
rect.height=1
|
||||||
|
Loading…
Reference in New Issue
Block a user