Skip to content

Commit cac12e5

Browse files
committed
Fixed misaligned text box
1 parent 9bb05b8 commit cac12e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Basescape/SoldierDiaryPerformanceState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ SoldierDiaryPerformanceState::SoldierDiaryPerformanceState(Base *base, size_t so
102102
// Commendation stats
103103
_txtMedalName = new Text(90, 18, 16, 36);
104104
_txtMedalLevel = new Text(90, 18, 206, 36);
105-
_txtMedalInfo = new Text(280, 32, 20, 150);
105+
_txtMedalInfo = new Text(280, 32, 20, 135);
106106
_lstCommendations = new TextList(240, 80, 48, 52);
107107
// Commendation sprites
108108
_commendationSprite = _game->getResourcePack()->getSurfaceSet("Commendations");

0 commit comments

Comments
 (0)