Skip to content

Commit

Permalink
The thickness of focus mark is reduced to half
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimotz committed May 4, 2019
1 parent acbb20c commit 8316b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/focusHighlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def makeARGB(a,r,g,b):
# focus (passthrough)
ptARGB = makeARGB(255, 0x22, 0x22, 0xff)
ptDashStyle = 2
ptThickness = 12
ptThickness = 6

# focus
fcARGB = makeARGB(255, 0xff, 0x00, 0x00)
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To disable object tracking, uninstall the addon.
* New and updated translations.
* Addresses [the issue](https://github.com/nvdajp/focusHighlight/issues/13) regarding the browse mode.
* Since this version, if the browse mode of NVDA is not available for an application, it is always shown that NVDA is in focus mode for the application, rather than using the red thick rectangle.
* The thickness of the line representing the focus mode has been reduced to half.

## Changes for 5.6 ##

Expand Down

0 comments on commit 8316b41

Please sign in to comment.