Codechange: Hide multiplayer headers by setting width to zero.
Zero-width is how widgets are hidden elsewhere. This removes the need for an extra array to lookup if a header is hidden.
This commit is contained in:

committed by
Peter Nelson

parent
2dd2910ab3
commit
81ecbaaa33
@@ -19,7 +19,6 @@ enum NetworkGameWidgets {
|
||||
WID_NG_FILTER_LABEL, ///< Label in front of the filter/search edit box.
|
||||
WID_NG_FILTER, ///< Panel with the edit box to enter the search text.
|
||||
|
||||
WID_NG_HEADER, ///< Header container of the matrix.
|
||||
WID_NG_NAME, ///< 'Name' button.
|
||||
WID_NG_CLIENTS, ///< 'Clients' button.
|
||||
WID_NG_MAPSIZE, ///< 'Map size' button.
|
||||
|
Reference in New Issue
Block a user