Fix small regression of CornerMenu position

This commit is contained in:
Rico Tzschichholz 2012-05-31 23:40:45 +02:00
parent 50399b4ad5
commit 7fb0d21faf

View File

@ -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 ();