From e4a90f9688de9942ee98fb37254168ca06deff14 Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 31 Mar 2009 22:55:38 +0000 Subject: (svn r15907) -Fix (r15841): some strings in save/load dialog were drawn with a 2 pixel offset --- src/misc_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc_gui.cpp') diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index b46f7e76e..4c3c0ea90 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -1588,7 +1588,7 @@ public: for (uint pos = this->vscroll.pos; pos < _fios_items.Length(); pos++) { const FiosItem *item = _fios_items.Get(pos); - DrawString(widg->left + 4, widg->right - 2, y, item->title, _fios_colours[item->type]); + DrawString(widg->left + 2, widg->right - 2, y, item->title, _fios_colours[item->type]); y += 10; if (y >= this->vscroll.cap * 10 + widg->top + 1) break; } -- cgit v1.2.3-70-g09d2