diff options
Diffstat (limited to 'gtk/src/ghbcellrenderertext.h')
-rw-r--r-- | gtk/src/ghbcellrenderertext.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/src/ghbcellrenderertext.h b/gtk/src/ghbcellrenderertext.h index d93c2a48f..4d6176f8c 100644 --- a/gtk/src/ghbcellrenderertext.h +++ b/gtk/src/ghbcellrenderertext.h @@ -47,7 +47,7 @@ struct _GhbCellRendererText gdouble font_scale; PangoColor foreground; PangoColor background; - + PangoAttrList *extra_attrs; PangoUnderline underline_style; @@ -60,14 +60,14 @@ struct _GhbCellRendererText guint editable : 1; guint scale_set : 1; - + guint foreground_set : 1; guint background_set : 1; - + guint underline_set : 1; guint rise_set : 1; - + guint strikethrough_set : 1; guint editable_set : 1; |