X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-sidebar-links.c;h=28a4fddc66d2db03e7e5cbb19b000bde20dabbdc;hb=e53eab1e6d5b41e31f34f655d401bcfe99ff670e;hp=69856084a653328dd0262ae68850a9b39fe50ce1;hpb=1034436d36e173bbfa374c64f94371f0579d6ff6;p=evince.git diff --git a/shell/ev-sidebar-links.c b/shell/ev-sidebar-links.c index 69856084..28a4fddc 100644 --- a/shell/ev-sidebar-links.c +++ b/shell/ev-sidebar-links.c @@ -435,7 +435,10 @@ ev_sidebar_links_construct (EvSidebarLinks *ev_sidebar_links) gtk_tree_view_column_set_attributes (GTK_TREE_VIEW_COLUMN (column), renderer, "text", EV_DOCUMENT_LINKS_COLUMN_PAGE_LABEL, NULL); - g_object_set (G_OBJECT (renderer), "style", PANGO_STYLE_ITALIC, NULL); + g_object_set (G_OBJECT (renderer), + "style", PANGO_STYLE_ITALIC, + "xalign", 1.0, + NULL); g_signal_connect (priv->tree_view, "button_press_event",