[gthumb] sidebar: removed some extra space
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] sidebar: removed some extra space
- Date: Mon, 8 Dec 2014 23:18:52 +0000 (UTC)
commit 235c2eb4ee4dc40813944311595b602e5bd66bdb
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Dec 8 16:56:35 2014 +0100
sidebar: removed some extra space
gthumb/gth-file-properties.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-file-properties.c b/gthumb/gth-file-properties.c
index cf70853..872b410 100644
--- a/gthumb/gth-file-properties.c
+++ b/gthumb/gth-file-properties.c
@@ -442,7 +442,7 @@ gth_file_properties_init (GthFileProperties *self)
gtk_widget_show (vpaned);
gtk_box_pack_start (GTK_BOX (self), vpaned, TRUE, TRUE, 0);
- properties_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 5);
+ properties_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
gtk_widget_show (properties_box);
gtk_paned_pack1 (GTK_PANED (vpaned), properties_box, TRUE, FALSE);
@@ -455,7 +455,7 @@ gth_file_properties_init (GthFileProperties *self)
button_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 5);
gtk_widget_show (button_box);
- gtk_box_pack_start (GTK_BOX (properties_box), button_box, FALSE, FALSE, 2);
+ gtk_box_pack_start (GTK_BOX (properties_box), button_box, FALSE, FALSE, 0);
self->priv->tree_view = gtk_tree_view_new ();
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (self->priv->tree_view), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]