[Xfce4-commits] [xfce/thunar] 02/09: Properties: Apply 6/12/18 spacing

noreply at xfce.org noreply at xfce.org
Fri Sep 7 03:20:10 CEST 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit 722cddf7781153136d3bf3133d5a4640a00dfe6e
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Sep 1 21:46:30 2018 -0400

    Properties: Apply 6/12/18 spacing
---
 thunar/thunar-permissions-chooser.c | 1 -
 thunar/thunar-properties-dialog.c   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/thunar/thunar-permissions-chooser.c b/thunar/thunar-permissions-chooser.c
index 4768159..e02e2fc 100644
--- a/thunar/thunar-permissions-chooser.c
+++ b/thunar/thunar-permissions-chooser.c
@@ -215,7 +215,6 @@ thunar_permissions_chooser_init (ThunarPermissionsChooser *chooser)
   chooser->grid = gtk_grid_new ();
   gtk_grid_set_column_spacing (GTK_GRID (chooser->grid), 12);
   gtk_grid_set_row_spacing (GTK_GRID (chooser->grid), 6);
-  gtk_container_set_border_width (GTK_CONTAINER (chooser->grid), 10);
   gtk_box_pack_start (GTK_BOX (chooser), chooser->grid, TRUE, TRUE, 0);
   gtk_widget_show (chooser->grid);
 
diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index e2b1c99..e612a92 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -264,7 +264,7 @@ thunar_properties_dialog_init (ThunarPropertiesDialog *dialog)
   label = gtk_label_new (_("General"));
   gtk_grid_set_column_spacing (GTK_GRID (grid), 12);
   gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
-  gtk_container_set_border_width (GTK_CONTAINER (grid), 6);
+  gtk_container_set_border_width (GTK_CONTAINER (grid), 12);
   gtk_notebook_append_page (GTK_NOTEBOOK (dialog->notebook), grid, label);
   gtk_widget_show (label);
   gtk_widget_show (grid);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list