[bijiben] Move the last udpated to the right
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] Move the last udpated to the right
- Date: Tue, 26 Aug 2014 19:50:39 +0000 (UTC)
commit 0fbd7f5cd8f2cbc228205d6772b9627d21c5245d
Author: Pierre-Yves Luyten <py luyten fr>
Date: Tue Aug 26 21:48:09 2014 +0200
Move the last udpated to the right
Even ignoring the superpositon issue
this seems to be less distracting
src/bjb-note-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/bjb-note-view.c b/src/bjb-note-view.c
index 274461b..918a508 100644
--- a/src/bjb-note-view.c
+++ b/src/bjb-note-view.c
@@ -285,8 +285,8 @@ bjb_note_view_constructed (GObject *obj)
/* Last updated row */
bjb_note_view_last_updated_actor_new (self);
- gtk_widget_set_halign (priv->last_update, GTK_ALIGN_START);
- gtk_widget_set_margin_start (priv->last_update, 50);
+ gtk_widget_set_halign (priv->last_update, GTK_ALIGN_END);
+ gtk_widget_set_margin_end (priv->last_update, 50);
gtk_widget_set_valign (priv->last_update, GTK_ALIGN_END);
gtk_widget_set_margin_bottom (priv->last_update, 50);
gtk_overlay_add_overlay (GTK_OVERLAY (self), priv->last_update);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]