Feature #1681
closed[developer] Control fontsize of hex diff/dump display
100%
Description
Chirp currently contains a hex diff/dump feature for comparing image files. This is invoked by selecting View -> Developer -> Diff tabs, and in the "Diff Radios" popup, selecting -1 for either or both of the memory locations.
The fontsize of the resulting diff/dump display is fixed at 11. This is not an optimum size for all users.
This change introduces user specification of the font size to use for this display, without affecting any other Chirp displays. This is done with a new chirp.config integer property diff_fontsize in a new [developer] section. The default is unchanged at 11.
Updated by Dan Drogichen over 10 years ago
In addition to the functional change, add a new file README.developers at the top level of the repository to document chirp.config [developer] section properties.
Updated by Tyler Tidman almost 9 years ago
It would appear that this issue is marked as 100% complete. Does this mean the issue should be marked Closed?
Updated by Bernhard Hailer over 4 years ago
- Status changed from New to Closed
- Chirp Version changed from 0.4.0 to daily
This appears to be complete.