From 98d8501278a96548c6c583c5d0940f948ea2fcc8 Mon Sep 17 00:00:00 2001 From: belugas Date: Sun, 3 Aug 2008 02:18:45 +0000 Subject: (svn r13970) -Codechange: Replace numbers with Colours enum on network, toolbar and dropdown guis. Mostly forgotten ones. --- src/toolbar_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/toolbar_gui.cpp') diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index ee7ba4eab..06d8c270e 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -1404,7 +1404,7 @@ struct ToolbarMenuWindow : Window { /* Dynamic widget length determined by toolbar-string length. * See PopupMainToolbMenu en MenuWndProc */ static const Widget _menu_widgets[] = { -{ WWT_PANEL, RESIZE_NONE, 14, 0, 0, 0, 0, 0x0, STR_NULL}, +{ WWT_PANEL, RESIZE_NONE, COLOUR_GREY, 0, 0, 0, 0, 0x0, STR_NULL}, { WIDGETS_END}, }; @@ -1626,7 +1626,7 @@ struct ToolbarPlayerMenuWindow : Window { }; static const Widget _player_menu_widgets[] = { -{ WWT_PANEL, RESIZE_NONE, 14, 0, 240, 0, 81, 0x0, STR_NULL}, +{ WWT_PANEL, RESIZE_NONE, COLOUR_GREY, 0, 240, 0, 81, 0x0, STR_NULL}, { WIDGETS_END}, }; -- cgit v1.2.3-70-g09d2