From 8af92c4632c9005a19286b26ac74430495ce6543 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Sun, 12 Jul 2015 19:01:22 +0200 Subject: [PATCH] Fixed texcoord for ship texture Signed-off-by: Alar of Daggerspine --- Widgets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets.lua b/Widgets.lua index add3961..a7538b9 100644 --- a/Widgets.lua +++ b/Widgets.lua @@ -137,7 +137,7 @@ local function GMCList() left=0 right=0.6 top=0 - bottom=0.6 + bottom=0.5 l:SetImage(icon,left,right,top,bottom) l:SetImageSize(24,24) l:SetHeight(26) -- 1.7.9.5