Skip to content

Commit 697c5d4

Browse files
committed
Improved TSH comment.
1 parent c2fc3ff commit 697c5d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus

GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ReplayMenu.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ void ReplayMenuInit( WindowLayout *layout, void *userData )
388388
buttonCopy = TheWindowManager->winGetWindowFromId( parentReplayMenu, buttonCopyID );
389389

390390
#if ENABLE_GUI_HACKS
391-
// TheSuperHackers @tweak Caball009 07/02/2025 Switch the column width for the time / date with the column width for the version.
391+
// TheSuperHackers @tweak Caball009 07/02/2025 The version column is wider than the time / date column.
392+
// Switch them so that there's enough space to show both time and date without a line break.
392393
ListboxData* list = static_cast<ListboxData*>(listboxReplayFiles->winGetUserData());
393394

394395
if (list->columns == 4 && list->columnWidth[1] < list->columnWidth[2])

0 commit comments

Comments
 (0)