In SDR# 1.0.0.1807, I have the following line in Bandplan.xml:
That is, the 770 band here uses 12.5 kHz channels, but they start at 769.00625, 6.25 kHz above 769 MHz. Unfortunately, the snap-to-step logic in SDR# doesn't allow for this, and assumes that all channels start at 0 offset from a MHz, and will snap to 769.0125, 769.0250, etc. It should, instead, use the minFrequency in the relevant bandplan entry to make this calculation.
Code:
<RangeEntry minFrequency="769006250" maxFrequency="774993750" color="50AAAAAA" mode="NFM" step="12500">All</RangeEntry>