From da5d4edeb3a41462ec987cb4994a6897823f3f76 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 18 Sep 2012 17:52:36 +0200 Subject: Fixed invalid text alignment --- src/ui/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/list.h') diff --git a/src/ui/list.h b/src/ui/list.h index 2fc5e4d..4b866f6 100644 --- a/src/ui/list.h +++ b/src/ui/list.h @@ -78,7 +78,7 @@ class CList : public CControl void SetEnable(int i, bool bEnable); bool GetEnable(int i); - void SetTabs(int i, float pos, Gfx::TextAlign justif=Gfx::TEXT_ALIGN_CENTER); + void SetTabs(int i, float pos, Gfx::TextAlign justif=Gfx::TEXT_ALIGN_LEFT); float GetTabs(int i); void ShowSelect(bool bFixed); -- cgit v1.2.3-1-g7c22