Change maximum image coordinates
Brought to you by:
janschaefer
can the maxvalue of 2000 be increased in the kimedialogs.cpp
topXSpin->setMaxValue(2000);
topYSpin->setMaxValue(2000);
widthSpin->setMaxValue(2000);
heightSpin->setMaxValue(2000);
centerXSpin->setMaxValue(2000);
centerYSpin->setMaxValue(2000);
radiusSpin->setMaxValue(2000);
topXSpin->setMaxValue(2000);
topYSpin->setMaxValue(2000);
I had to change this and recompile for a large png map area ... (which worked like a champ)
csmith@c-litesoftware.com