summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r--utils/themeeditor/graphics/rbviewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h
index 5726c5c256..1ee85f2fcd 100644
--- a/utils/themeeditor/graphics/rbviewport.h
+++ b/utils/themeeditor/graphics/rbviewport.h
@@ -52,9 +52,9 @@ public:
52private: 52private:
53 53
54 QRectF size; 54 QRectF size;
55 QColor background;
56 QColor foreground;
57 RBFont* font; 55 RBFont* font;
56 QColor foreground;
57 QColor background;
58 58
59 bool customUI; 59 bool customUI;
60 QPoint textOffset; 60 QPoint textOffset;