5 #include <QFontMetrics>
10 static int max_line_width
;
14 static QColor font_color
;
15 static QColor background_color
;
16 static int box_height
;
17 static int text_left_indentation
;
21 static int separator_height
;
22 static QColor separator_color
;
27 static QColor font_color
;
29 static QColor background_color
;
30 static QColor background_color_added
;
31 static QColor background_color_deleted
;
32 static QColor background_color_changed
;
34 static int line_column_width
;
35 static int line_indentation
;