Expose font settings for crosshair coordinates#270
Open
0tkl wants to merge 1 commit intoTypesettingTools:masterfrom
Open
Expose font settings for crosshair coordinates#2700tkl wants to merge 1 commit intoTypesettingTools:masterfrom
0tkl wants to merge 1 commit intoTypesettingTools:masterfrom
Conversation
0tkl
commented
Oct 4, 2025
| p->OptionAdd(tl_assistant, _("Skip over whitespace"), "Tool/Translation Assistant/Skip Whitespace"); | ||
|
|
||
| auto visual_tools = p->PageSizer(_("Visual Tools")); | ||
| p->OptionAdd(visual_tools, _("Shape handle size"), "Tool/Visual/Shape Handle Size"); |
Contributor
Author
There was a problem hiding this comment.
Looking back, I realized it's a redundant line that had been mistakenly cherry-picked from the original PR, leading to a fatal consequence that the preference dialog failed to open.
Stop hard-coding the font face and size of the crosshair coordinates (currently Verdana 12pt). Expose the options to the user and move the coordinates' current font settings to the default profile.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same as arch1t3cht#145, just rephrase the commit message.
Stop hard-coding the font face and size of the crosshair coordinates (currently Verdana 12pt). Expose the options to the user and move the coordinates' current font settings to the default profile.
Developers need to be aware of the font size here
when Hi-DPI support is about to be migrated to TSToolsafter Hi-DPI support is inmaster.