mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
Fix tabs being used in ascii art browser comment
Spaces are more portable if alignment matters
This commit is contained in:
parent
8da5957ef0
commit
baeab0eaa9
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue