Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of elements (NVDA+F7) too narrow #2276

Closed
nvaccessAuto opened this issue Apr 27, 2012 · 2 comments
Closed

List of elements (NVDA+F7) too narrow #2276

nvaccessAuto opened this issue Apr 27, 2012 · 2 comments

Comments

@nvaccessAuto
Copy link

Reported by nishimotz on 2012-04-27 02:37
Please review the patch to solve the problem that NVDA-F7 element list is too narrow and difficult to use for sighted persons.

The patch is originally made for NVDA 2011.3j by NVDA Japanese Team.

http://bazaar.launchpad.net/~nishimotz/nvdajp/releases_2011.3/revision/4785

Patch for nvaccess main 5131 is as follows:

*** ..\nvmain\source\virtualBuffers\__init__.py 2012-04-27 11:28:55.421999000 +0900
--- source\virtualBuffers\__init__.py   2012-04-27 11:29:16.273000000 +0900
***************
*** 276,282 ****
                self.tree.Bind(wx.EVT_SET_FOCUS, self.onTreeSetFocus)
                self.tree.Bind(wx.EVT_CHAR, self.onTreeChar)
                self.treeRoot = self.tree.AddRoot("root")
!               mainSizer.Add(self.tree,proportion=7)

                sizer = wx.BoxSizer(wx.HORIZONTAL)
                # Translators: The label of an editable text field to filter the elements
--- 276,282 ----
                self.tree.Bind(wx.EVT_SET_FOCUS, self.onTreeSetFocus)
                self.tree.Bind(wx.EVT_CHAR, self.onTreeChar)
                self.treeRoot = self.tree.AddRoot("root")
!               mainSizer.Add(self.tree,proportion=7,flag=wx.EXPAND)

                sizer = wx.BoxSizer(wx.HORIZONTAL)
                # Translators: The label of an editable text field to filter the elements

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2012-04-27 06:45
This is a duplicate of #1902, but I've closed that as a duplicate of this since there is a patch here.
Changes:
Milestone changed from None to 2012.2

@nvaccessAuto
Copy link
Author

Comment 2 by mdcurran on 2012-04-27 07:32
Fixed in 3ba34ec. Thanks very much for the patch.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant