summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmetacity/meta-theme-gtk.c')
-rw-r--r--libmetacity/meta-theme-gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmetacity/meta-theme-gtk.c b/libmetacity/meta-theme-gtk.c
index 86714d87..b4612add 100644
--- a/libmetacity/meta-theme-gtk.c
+++ b/libmetacity/meta-theme-gtk.c
@@ -205,7 +205,7 @@ get_shadow_extents (GtkStyleContext *style,
border->left = abs (clip.x);
border->top = abs (clip.y);
border->right = clip.width - border->left;
- border->bottom = clip.height - border->bottom;
+ border->bottom = clip.height - border->top;
}
static void