Increase talk dialog size by 2 pixels to accommodate a very long word in the German version

svn-id: r30545
This commit is contained in:
Paul Gilbert 2008-01-18 10:43:51 +00:00
parent d85e148f4f
commit 586ef72e96

View File

@ -197,7 +197,7 @@ enum CursorType {CURSOR_ARROW = 0, CURSOR_DISK = 1, CURSOR_TIME_START = 2,
#define INFO_DIALOG_X 69
#define INFO_DIALOG_Y 61
#define INFO_DIALOG_WIDTH 191
#define TALK_DIALOG_WIDTH 128
#define TALK_DIALOG_WIDTH 130
#define TALK_DIALOG_EDGE_SIZE 3
#define TALK_DIALOG_Y 33
#define SAVE_DIALOG_X 69