diff --git a/src/fheroes2/dialog/dialog_chest.cpp b/src/fheroes2/dialog/dialog_chest.cpp index 1010e249482..3605adf9976 100644 --- a/src/fheroes2/dialog/dialog_chest.cpp +++ b/src/fheroes2/dialog/dialog_chest.cpp @@ -97,7 +97,7 @@ bool Dialog::SelectGoldOrExp( const std::string & header, const std::string & me text.draw( pos.x + sprite_gold.width() / 2 - text.width() / 2, pos.y + 4, display ); // sprite2 - pos.x = box.GetArea().x + box.GetArea().width / 2 + 30; + pos.x = box.GetArea().x + box.GetArea().width / 2 + 38; fheroes2::Blit( sprite_expr, display, pos.x, pos.y - sprite_expr.height() ); // text text.set( std::to_string( expr ) + " (" + _( "Need: " ) + std::to_string( Heroes::GetExperienceFromLevel( hero.GetLevel() ) - hero.GetExperience() ) + ")",