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---+
| | | |
| | +------tabs-------+
| server list | | |
| | | tool |
| | | box |
+---------------------------+ | |
status box +-----------------+
| | | |
| | +------tabs-------+
| server list | | |
| | | tool |
| | | box |
+---------------------------+ | |
status box +-----------------+
*/
CUIRect ServerList, StatusBox, ToolBox, TabBar;