Aesthetic Tweaks

.. tile mode highlights on mouse over for a more
   fluid feel, and better feedback

.. can customise the trend view charts background

.. fixed a SEGV on apply preset in chart setup

.. this is part of a set of updates to update the
   standard setup to be more complete so the user
   can pretty much run off a standard config.
This commit is contained in:
Mark Liversedge
2015-01-23 12:06:03 +00:00
parent 4fcb015976
commit c934e8b4d0
14 changed files with 176 additions and 131 deletions

View File

@@ -100,7 +100,7 @@ TreeMapPlot::paintEvent(QPaintEvent *)
// Init paint settings
QPainter painter(this);
QColor color = GColor(CPLOTBACKGROUND);
QColor color = GColor(CTRENDPLOTBACKGROUND);
QPen pen(color);
pen.setWidth(10); // root
QBrush brush(color);