Skip to content

Commit 4db1411

Browse files
committed
Spawn the window slightly below the cursor, not at its position
1 parent ef17d4b commit 4db1411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

traycalendar.py

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def __init__(self, org_directories, toggle=False, fixed_pos=False, pos=None):
149149
else:
150150
self.window.set_gravity(Gdk.Gravity.STATIC)
151151
x -= window_width
152+
y += 10
152153
# Show the window right beside the cursor.
153154
self.window.move(x,y)
154155

0 commit comments

Comments
 (0)