summaryrefslogtreecommitdiff
path: root/src/graphics/Graphics.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-05 19:39:39 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-05 19:39:39 (GMT)
commit8cadc10f8b33e77e204e1f4b772f96333992c56c (patch)
tree1e03693797490cbea0b743156da6eb17d22033c0 /src/graphics/Graphics.cpp
parent06112a12a0c9dbf596fb5e3ef0345d918a641596 (diff)
downloadpowder-8cadc10f8b33e77e204e1f4b772f96333992c56c.zip
powder-8cadc10f8b33e77e204e1f4b772f96333992c56c.tar.gz
Icon adjustments
Diffstat (limited to 'src/graphics/Graphics.cpp')
-rw-r--r--src/graphics/Graphics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics/Graphics.cpp b/src/graphics/Graphics.cpp
index 20f5851..73913c5 100644
--- a/src/graphics/Graphics.cpp
+++ b/src/graphics/Graphics.cpp
@@ -844,6 +844,9 @@ void Graphics::draw_icon(int x, int y, Icon icon, unsigned char alpha, bool inve
case IconDateSort:
case IconFolder:
case IconSearch:
+ drawchar(x, y+1, 0x8E, 30, 30, 180, alpha);
+ drawchar(x, y+1, 0x8F, 255, 255, 255, alpha);
+ break;
case IconDelete:
if(invert)
{