(svn r2122) Reformatted the widget tables so that they don't look so ugly anymore, especially with different tab widths than 2.

pull/155/head
pasky 20 years ago
parent 3177525871
commit 0fab63db74

@ -36,7 +36,7 @@ static const Widget _select_game_widgets[] = {
{ WWT_PANEL_2, RESIZE_NONE, 12, 90, 165, 69, 122, 0x1314, STR_030F_SELECT_SUB_ARCTIC_LANDSCAPE},
{ WWT_PANEL_2, RESIZE_NONE, 12, 170, 245, 69, 122, 0x1316, STR_0310_SELECT_SUB_TROPICAL_LANDSCAPE},
{ WWT_PANEL_2, RESIZE_NONE, 12, 250, 325, 69, 122, 0x1318, STR_0311_SELECT_TOYLAND_LANDSCAPE},
{ WIDGETS_END},
{ WIDGETS_END },
};
extern void HandleOnEditText(WindowEvent *e);
@ -178,7 +178,7 @@ static const Widget _ask_abandon_game_widgets[] = {
{ WWT_IMGBTN, RESIZE_NONE, 4, 0, 179, 14, 91, 0x0, STR_NULL},
{ WWT_TEXTBTN, RESIZE_NONE, 12, 25, 84, 72, 83, STR_00C9_NO, STR_NULL},
{ WWT_TEXTBTN, RESIZE_NONE, 12, 95, 154, 72, 83, STR_00C8_YES, STR_NULL},
{ WIDGETS_END},
{ WIDGETS_END },
};
static void AskAbandonGameWndProc(Window *w, WindowEvent *e) {
@ -240,7 +240,7 @@ static const Widget _ask_quit_game_widgets[] = {
{ WWT_IMGBTN, RESIZE_NONE, 4, 0, 179, 14, 91, 0x0, STR_NULL},
{ WWT_TEXTBTN, RESIZE_NONE, 12, 25, 84, 72, 83, STR_00C9_NO, STR_NULL},
{ WWT_TEXTBTN, RESIZE_NONE, 12, 95, 154, 72, 83, STR_00C8_YES, STR_NULL},
{ WIDGETS_END},
{ WIDGETS_END },
};
static void AskQuitGameWndProc(Window *w, WindowEvent *e) {

Loading…
Cancel
Save