You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
*** ..\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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: