[Xfce4-commits] <xfce4-panel:master> Revert "Increase size of the autohide window by 1 in each direction."
Nick Schermer
noreply at xfce.org
Sat May 28 14:12:02 CEST 2011
Updating branch refs/heads/master
to 98f1c5f11b3a6d573d96841b65c3f67898e0093e (commit)
from d38eef8a21e105807ee0d3fe60167cfd5e368867 (commit)
commit 98f1c5f11b3a6d573d96841b65c3f67898e0093e
Author: Nick Schermer <nick at xfce.org>
Date: Sat May 28 12:52:23 2011 +0200
Revert "Increase size of the autohide window by 1 in each direction."
This reverts commit 13dc58dac41d744108765a3a754ddf272358714b.
Something else is going on here.
panel/panel-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/panel/panel-window.c b/panel/panel-window.c
index 961ce52..c3f1347 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1184,7 +1184,7 @@ panel_window_size_allocate (GtkWidget *widget,
/* position the autohide window */
panel_window_size_allocate_set_xy (window, w, h, &x, &y);
panel_base_window_move_resize (PANEL_BASE_WINDOW (window->autohide_window),
- x - 1 , y - 1, w + 2, h + 2);
+ x, y, w, h);
}
else
{
More information about the Xfce4-commits
mailing list