mirror of
https://github.com/elementary/gala.git
synced 2024-12-26 02:33:27 +03:00
Fix small regression of CornerMenu position
This commit is contained in:
parent
50399b4ad5
commit
7fb0d21faf
@ -147,8 +147,8 @@ namespace Gala
|
||||
|
||||
int width, height;
|
||||
plugin.get_screen ().get_size (out width, out height);
|
||||
x = width - width;
|
||||
y = height - height;
|
||||
x = width - this.width;
|
||||
y = height - this.height;
|
||||
|
||||
visible = true;
|
||||
grab_key_focus ();
|
||||
|
Loading…
Reference in New Issue
Block a user