summaryrefslogtreecommitdiff
path: root/src/tabpopup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabpopup.c')
-rw-r--r--src/tabpopup.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/tabpopup.c b/src/tabpopup.c
index e1754029..4e1291a5 100644
--- a/src/tabpopup.c
+++ b/src/tabpopup.c
@@ -399,9 +399,8 @@ meta_select_image_expose_event (GtkWidget *widget,
- (widget->requisition.height - misc->ypad * 2)) *
misc->yalign) + 0.5;
- x -= INSIDE_SELECT_RECT;
- y -= INSIDE_SELECT_RECT;
-
+ x -= INSIDE_SELECT_RECT + 1;
+ y -= INSIDE_SELECT_RECT + 1;
w = widget->requisition.width - OUTSIDE_SELECT_RECT * 2 - 1;
h = widget->requisition.height - OUTSIDE_SELECT_RECT * 2 - 1;
@@ -430,8 +429,3 @@ meta_select_image_expose_event (GtkWidget *widget,
return GTK_WIDGET_CLASS (parent_class)->expose_event (widget, event);
}
-
-
-
-
-