Fixed problems with justification
[pspp-builds.git] / lib / gtksheet / gsheet-hetero-column.c
index 04e1a4d5232cfbe83d162ce486644158ed86f42f..42b1035f5851f0c3edd1ded4bf0b389d331d6bf8 100644 (file)
@@ -133,7 +133,7 @@ g_sheet_hetero_column_get_button_label (const GSheetColumn *geom, glong u)
 static GtkJustification
 g_sheet_hetero_column_get_justification (const GSheetColumn *geom, glong u)
 {
-  return GTK_JUSTIFY_FILL;
+  return GTK_JUSTIFY_LEFT;
 }