[evince] ev-page-action-widget: Align current page number to the right
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] ev-page-action-widget: Align current page number to the right
- Date: Sat, 7 Jul 2018 01:45:36 +0000 (UTC)
commit be86df0986a5303d0e6c1dd3598aaff6a2e73d1f
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Fri Jul 6 12:36:02 2018 -0400
ev-page-action-widget: Align current page number to the right
libmisc/ev-page-action-widget.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c
index cb40066e..70f0e114 100644
--- a/libmisc/ev-page-action-widget.c
+++ b/libmisc/ev-page-action-widget.c
@@ -231,6 +231,7 @@ ev_page_action_widget_init (EvPageActionWidget *action_widget)
g_signal_connect_swapped (action_widget->entry, "focus-out-event",
G_CALLBACK (focus_out_cb),
action_widget);
+ g_object_set (priv->entry, "xalign", 1.0, NULL);
obj = gtk_widget_get_accessible (action_widget->entry);
atk_object_set_name (obj, "page-label-entry");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]