X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-page-action.c;h=73152b4e2240576a9fd85a34e48f0432a5e5a84e;hb=205c689a78e992d1ad3cf9223f7c95bf424dda94;hp=a316f35f7b33b049c67aeacef5f2bae0c30c9a1e;hpb=89e2b545e76b82cb35715b7da470f87638e6241c;p=evince.git diff --git a/shell/ev-page-action.c b/shell/ev-page-action.c index a316f35f..73152b4e 100644 --- a/shell/ev-page-action.c +++ b/shell/ev-page-action.c @@ -185,7 +185,7 @@ page_changed_cb (EvPageCache *page_cache, gtk_entry_set_width_chars (GTK_ENTRY (proxy->entry), CLAMP (ev_page_cache_get_max_label_chars (page_cache), - 4, 12)); + 6, 12)); page_label = ev_page_cache_get_page_label (page_cache, page); gtk_entry_set_text (GTK_ENTRY (proxy->entry), page_label);