We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fc3ff commit 697c5d4Copy full SHA for 697c5d4
1 file changed
GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ReplayMenu.cpp
@@ -388,7 +388,8 @@ void ReplayMenuInit( WindowLayout *layout, void *userData )
388
buttonCopy = TheWindowManager->winGetWindowFromId( parentReplayMenu, buttonCopyID );
389
390
#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.
+ // 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.
393
ListboxData* list = static_cast<ListboxData*>(listboxReplayFiles->winGetUserData());
394
395
if (list->columns == 4 && list->columnWidth[1] < list->columnWidth[2])
0 commit comments