Skip to content

Commit 3250713

Browse files
FlamefireFlow86
authored andcommitted
Use wider game time column
1 parent 8e257f3 commit 3250713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/s25main/ingameWindows/iwSave.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ iwSaveLoad::iwSaveLoad(const std::string& window_title, ITexture* btImg, const u
5151
ctrlTable::Columns{{_("Filename"), 320, SRT::String},
5252
{_("Map"), 250, SRT::String},
5353
{_("Time"), 250, SRT::Date},
54-
{_("Game Time"), 180, SRT::Time},
54+
{_("Game Time"), 320, SRT::Time},
5555
{}});
5656

5757
AddText(ID_txtSaveFolder, DrawPoint(20, 333), RTTRCONFIG.ExpandPath(s25::folders::save).string(), COLOR_YELLOW,

0 commit comments

Comments
 (0)