diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-12-11 21:44:05 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-12 03:26:39 +0100 |
commit | 0b5f9512efb8d861b3d935278f22d0cc5d6b8d4a (patch) | |
tree | 8d0a08e2411e45519eb9a6aed707c3b2db5300dd /subsurface.qrc | |
parent | c5c44e3a829d25227f623bd0e6211a4ff5d91b69 (diff) | |
download | subsurface-0b5f9512efb8d861b3d935278f22d0cc5d6b8d4a.tar.gz |
Fix TableWidget ( equipment ones ) on dark scheme.
This patch uses the class created by the previous patch
to get rid of the CSS and be really desktop native. it
fixes a lot of stuff in non-blue-styles and throws
a lot of code away. <3
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index a454d9d3b..796695eb8 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -15,7 +15,6 @@ <!-- <file alias="average">icons/average.svg</file> --> <file alias="average">icons/average.png</file> <file alias="warning">icons/warning.png</file> - <file alias="table-css">qt-ui/css/tableviews.css</file> <!-- <file alias="scale">icons/scale.svg</file> --> <file alias="scale">icons/scale.png</file> <!-- <file alias="ruler">icons/ruler.svg</file> --> |