diff options
| author | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-20 09:47:54 +0000 |
|---|---|---|
| committer | xHire <xHire@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-20 09:47:54 +0000 |
| commit | 08eafa9f1a152ee1486395beb8fb7efe13b5834a (patch) | |
| tree | ad5b0e60b0d94343aab7984b533a468d9e4e0ae8 /src/widget_button.c | |
| parent | 01d613a7ccf695090262c9e22c396251146f00bd (diff) | |
all 'DISTDIR's were replaced with 'DESTDIR's which are more usual
git-svn-id: http://opensvn.csie.org/tuxanci_ng@28 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/widget_button.c')
| -rw-r--r-- | src/widget_button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget_button.c b/src/widget_button.c index 1024091..9a899b1 100644 --- a/src/widget_button.c +++ b/src/widget_button.c @@ -47,7 +47,7 @@ void drawWidgetButton(widget_button_t *p) drawImage(g_button0, p->x, p->y, 0, 0, g_button0->w, g_button0->h); } - drawFont(p->text, p->x+WIDGET_BUTTON_WIDTH/2-p->w/2, p->y+p->h/2, COLOR_WHITE); + drawFont(p->text, p->x+WIDGET_BUTTON_WIDTH/2-p->w/2, p->y+p->h/2-6, COLOR_WHITE); } void eventWidgetButton(widget_button_t *p) |