summaryrefslogtreecommitdiff
path: root/core/settings/launcher/tabconfig.h
Unidiff
Diffstat (limited to 'core/settings/launcher/tabconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/launcher/tabconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/launcher/tabconfig.h b/core/settings/launcher/tabconfig.h
index 52ae81f..8f21eb4 100644
--- a/core/settings/launcher/tabconfig.h
+++ b/core/settings/launcher/tabconfig.h
@@ -15,11 +15,12 @@ struct TabConfig {
15 ViewMode m_view; 15 ViewMode m_view;
16 BackgroundType m_bg_type; 16 BackgroundType m_bg_type;
17 QString m_bg_image; 17 QString m_bg_image;
18 QString m_bg_color; 18 QString m_bg_color;
19 QString m_text_color; 19 QString m_text_color;
20 QString m_font_family; 20 QString m_font_family;
21 QString m_font_style;
21 int m_font_size; 22 int m_font_size;
22 bool m_changed; 23 bool m_changed;
23}; 24};
24 25
25#endif 26#endif