(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list

This commit is contained in:
rubidium
2009-11-17 09:09:20 +00:00
parent a808623b24
commit bdb118aa69
3 changed files with 24 additions and 5 deletions

View File

@@ -15,7 +15,6 @@
#include "textbuf_gui.h"
#include "command_func.h"
#include "vehicle_gui.h"
#include "vehicle_gui_base.h"
#include "vehicle_base.h"
#include "group.h"
#include "strings_func.h"
@@ -27,6 +26,7 @@
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
#include "tilehighlight_func.h"
#include "vehicle_gui_base.h"
#include "table/strings.h"
#include "table/sprites.h"