Fix tabs being used in ascii art browser comment

Spaces are more portable if alignment matters
This commit is contained in:
ChillerDragon 2024-09-30 14:07:17 +08:00
parent 8da5957ef0
commit baeab0eaa9

View file

@ -1773,13 +1773,13 @@ void CMenus::RenderServerbrowser(CUIRect MainView)
/* /*
+---------------------------+ +---communities---+ +---------------------------+ +---communities---+
| | | | | | | |
| | +------tabs-------+ | | +------tabs-------+
| server list | | | | server list | | |
| | | tool | | | | tool |
| | | box | | | | box |
+---------------------------+ | | +---------------------------+ | |
status box +-----------------+ status box +-----------------+
*/ */
CUIRect ServerList, StatusBox, ToolBox, TabBar; CUIRect ServerList, StatusBox, ToolBox, TabBar;