diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 09:17:18 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 09:17:18 -0300 |
commit | df57b657fdcc1ac4ff9cf7bdb81e0c7a575f7b3b (patch) | |
tree | 7168122687d32c914f70261fb60fc113698c0806 /subsurface.qrc | |
parent | 003729bde6d88ed59ee0ce088e78b3953a670847 (diff) | |
download | subsurface-df57b657fdcc1ac4ff9cf7bdb81e0c7a575f7b3b.tar.gz |
Rework on the Equipment tab to make it look more Modern.
Note that this is a WIP and it does break functionality
- ie, not possible to add Equipments, but this will be
fixed in the next commit. Removed add / edit / remove
buttons, only a single '+' icon appears on the widget
now. the edit / delete will be done in place.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index e1939f28e..6ec97071f 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -2,5 +2,6 @@ <qresource> <file alias="star">star.svg</file> <file alias="subsurface-icon">subsurface-icon.png</file> + <file alias="plus">plus.png</file> </qresource> </RCC> |