[gthumb] fixed left spacing for the filter-bar and location-bar



commit dc0cf1a24e9365033b7c20f7c09def0cf80f984d
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Dec 8 17:32:34 2014 +0100

    fixed left spacing for the filter-bar and location-bar

 gthumb/gth-filterbar.c    |    2 +-
 gthumb/gth-location-bar.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-filterbar.c b/gthumb/gth-filterbar.c
index 73be931..1ca764e 100644
--- a/gthumb/gth-filterbar.c
+++ b/gthumb/gth-filterbar.c
@@ -340,7 +340,7 @@ gth_filterbar_construct (GthFilterbar *filterbar,
        GtkWidget       *label;
 
        gtk_box_set_spacing (GTK_BOX (filterbar), 6);
-       gtk_container_set_border_width (GTK_CONTAINER (filterbar), 2);
+       gtk_container_set_border_width (GTK_CONTAINER (filterbar), 4);
 
        /* filter combo box */
 
diff --git a/gthumb/gth-location-bar.c b/gthumb/gth-location-bar.c
index 48526ff..ac3cc09 100644
--- a/gthumb/gth-location-bar.c
+++ b/gthumb/gth-location-bar.c
@@ -56,6 +56,7 @@ gth_location_bar_init (GthLocationBar *self)
        gtk_widget_set_margin_top (GTK_WIDGET (self), LOCATION_BAR_MARGIN);
        gtk_widget_set_margin_bottom (GTK_WIDGET (self), LOCATION_BAR_MARGIN);
        gtk_widget_set_margin_right (GTK_WIDGET (self), LOCATION_BAR_MARGIN);
+       gtk_widget_set_margin_left (GTK_WIDGET (self), LOCATION_BAR_MARGIN);
 
        /* location chooser */
 


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