1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

max width

This commit is contained in:
Laserlicht 2025-01-23 22:12:40 +01:00 committed by GitHub
parent 38d3426a3b
commit 3c104d0e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1369,7 +1369,7 @@ CThievesGuildWindow::CThievesGuildWindow(const CGObjectInstance * _owner):
}
}
else
rowHeaders.push_back(std::make_shared<CLabel>(135, y, FONT_MEDIUM, ETextAlignment::CENTER, Colors::YELLOW, text));
rowHeaders.push_back(std::make_shared<CLabel>(135, y, FONT_MEDIUM, ETextAlignment::CENTER, Colors::YELLOW, text, 220));
}
for(int g=1; g<tgi.playerColors.size(); ++g)