Skip to content

Commit 8e257f3

Browse files
MichalLabudaFlow86
authored andcommitted
Adjust save game window columns widths
1 parent 38e4ded commit 8e257f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/s25main/ingameWindows/iwSave.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ iwSaveLoad::iwSaveLoad(const std::string& window_title, ITexture* btImg, const u
4848
{
4949
using SRT = ctrlTable::SortType;
5050
AddTable(ID_tblSaveGames, DrawPoint(20, 30), Extent(560, 300), TextureColor::Green2, NormalFont,
51-
ctrlTable::Columns{{_("Filename"), 270, SRT::String},
51+
ctrlTable::Columns{{_("Filename"), 320, SRT::String},
5252
{_("Map"), 250, SRT::String},
5353
{_("Time"), 250, SRT::Date},
54-
{_("Game Time"), 2026, SRT::Time},
54+
{_("Game Time"), 180, SRT::Time},
5555
{}});
5656

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

0 commit comments

Comments
 (0)