[glade] Made GladeEditorTable row spacing smaller (2px was 4px)
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Made GladeEditorTable row spacing smaller (2px was 4px)
- Date: Tue, 12 Mar 2013 22:30:27 +0000 (UTC)
commit d4f0d65d8156f6fc115edc85f0fdc08c93652906
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Fri Mar 8 15:58:26 2013 -0300
Made GladeEditorTable row spacing smaller (2px was 4px)
gladeui/glade-editor-table.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gladeui/glade-editor-table.c b/gladeui/glade-editor-table.c
index 101bc0a..1e0fcb5 100644
--- a/gladeui/glade-editor-table.c
+++ b/gladeui/glade-editor-table.c
@@ -103,7 +103,7 @@ glade_editor_table_init (GladeEditorTable * self)
gtk_orientable_set_orientation (GTK_ORIENTABLE (self),
GTK_ORIENTATION_VERTICAL);
- gtk_grid_set_row_spacing (GTK_GRID (self), 4);
+ gtk_grid_set_row_spacing (GTK_GRID (self), 2);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]