[gnome-commander] advrename profiles: be more conformant with HIG



commit bb0a9e2ab85797da662ccfbc88c00885c1c9060e
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Tue May 12 18:23:09 2009 +0200

    advrename profiles: be more conformant with HIG
---
 ChangeLog                          |    5 +++++
 src/gnome-cmd-profile-component.cc |    5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b9fb366..89a681e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-12  Piotr Eljasiak  <epiotr use pl>
+
+	* src/gnome-cmd-profile-component.cc:
+	advrename profiles: be more conformant with HIG
+
 2009-05-11  Piotr Eljasiak  <epiotr use pl>
 
 	* tests/gviewer/search_dlg_test.c:
diff --git a/src/gnome-cmd-profile-component.cc b/src/gnome-cmd-profile-component.cc
index a598bd4..e08cfe3 100644
--- a/src/gnome-cmd-profile-component.cc
+++ b/src/gnome-cmd-profile-component.cc
@@ -734,11 +734,10 @@ static void gnome_cmd_profile_component_init (GnomeCmdProfileComponent *componen
 
     gchar *str;
 
-    gtk_container_set_border_width (GTK_CONTAINER (component), 5);
-
     hbox = gtk_hbox_new (FALSE, 18);
     gtk_box_pack_start (GTK_BOX (component), hbox, FALSE, FALSE, 0);
 
+
     // Template
     {
         GtkWidget *vbox = gtk_vbox_new (FALSE, 6);
@@ -836,7 +835,7 @@ static void gnome_cmd_profile_component_init (GnomeCmdProfileComponent *componen
         gtk_box_pack_start (GTK_BOX (component), label, FALSE, FALSE, 0);
 
         align = gtk_alignment_new (0.0, 0.0, 1.0, 1.0);
-        gtk_alignment_set_padding (GTK_ALIGNMENT (align), 0, 18, 12, 0);
+        gtk_alignment_set_padding (GTK_ALIGNMENT (align), 6, 12, 12, 0);
         gtk_box_pack_start (GTK_BOX (component), align, FALSE, FALSE, 0);
 
         table = gtk_table_new (2, 1, FALSE);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]