Merge pull request #9077 from ChillerDragon/pr_fix_browser_ascii_art

Fix tabs being used in ascii art browser comment
This commit is contained in:
Dennis Felsing 2024-09-30 10:44:34 +00:00 committed by GitHub
commit 107bac586c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;