Draw icons text in the same way as line numbers

master
Yevgen Muntyan 2006-11-26 21:41:13 -06:00
parent f52f035d7a
commit c0e72deab3
1 changed files with 1 additions and 1 deletions

View File

@ -2997,7 +2997,7 @@ draw_marks (MooTextView *view,
pango_layout_set_markup (layout, markup, -1);
pango_layout_get_pixel_extents (layout, &rect, NULL);
x = MARK_ICON_LPAD + (view->priv->lm.icon_width - rect.width) / 2;
y = line_y - 1 + (line_height - rect.y - rect.height) / 2;
y = line_y;
gdk_draw_layout (event->window,
GTK_WIDGET(view)->style->fg_gc[GTK_WIDGET_STATE(view)],