[bijiben] Fix position of 'Custom Location" label
- From: Pierre-Yves Luyten <pyluyten src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [bijiben] Fix position of 'Custom Location" label
 
- Date: Fri, 15 Aug 2014 23:48:40 +0000 (UTC)
 
commit c8b8351d6b5c60c1d06b2a5f72b760be1d379cc4
Author: Chunyang Xu <xuchunyang56 gmail com>
Date:   Sat Aug 16 01:45:59 2014 +0200
    Fix position of 'Custom Location" label
 src/bjb-import-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-import-dialog.c b/src/bjb-import-dialog.c
index 1892e59..f00099e 100644
--- a/src/bjb-import-dialog.c
+++ b/src/bjb-import-dialog.c
@@ -307,7 +307,7 @@ add_custom (BjbImportDialog *self)
 
 
   w = gtk_label_new (_("Custom Location"));
-  gtk_widget_set_margin_start (w, 180);
+  gtk_widget_set_margin_end (w, 180);
   gtk_container_add (GTK_CONTAINER (priv->cust_box), w);
   gtk_widget_set_valign (w, GTK_ALIGN_CENTER);
   gtk_box_pack_start (GTK_BOX (priv->cust_box), w, TRUE, FALSE, 0);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]