summaryrefslogtreecommitdiffstats
path: root/src/palimpsest/gdu-section-filesystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/palimpsest/gdu-section-filesystem.c')
-rw-r--r--src/palimpsest/gdu-section-filesystem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/palimpsest/gdu-section-filesystem.c b/src/palimpsest/gdu-section-filesystem.c
index ebe5ae2..f15fb22 100644
--- a/src/palimpsest/gdu-section-filesystem.c
+++ b/src/palimpsest/gdu-section-filesystem.c
@@ -254,6 +254,8 @@ gdu_section_filesystem_init (GduSectionFilesystem *section)
gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, TRUE, 0);
table = gtk_table_new (1, 3, FALSE);
+ gtk_table_set_col_spacings (GTK_TABLE (table), 12);
+
gtk_box_pack_start (GTK_BOX (vbox2), table, FALSE, FALSE, 0);
row = 0;