Skip to content

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

@nvaccessAuto

Description

@nvaccessAuto

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions