Do not set default bg to white on the models

The user may have a different theme, as i did, and it
looked very wrong.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-02-03 20:56:06 -02:00 committed by Dirk Hohndel
parent 3671c991e8
commit cc9c24d46a

View file

@ -115,8 +115,6 @@ QVariant CylindersModel::data(const QModelIndex &index, int role) const
if ((cyl->start.mbar && !cyl->end.mbar) ||
(cyl->end.mbar && cyl->start.mbar <= cyl->end.mbar))
ret = REDORANGE1_HIGH_TRANS;
else
ret = WHITE1;
break;
}
break;