commit/placeMarkers: norrumar: Centering Save Specific Search Dialog.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 16 Nov 2014 07:18:44 -0000

1 new commit in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/ab66b7021991/
Changeset:   ab66b7021991
Branch:      centerDialogs
User:        norrumar
Date:        2014-11-16 07:17:50+00:00
Summary:     Centering Save Specific Search Dialog.

Affected #:  1 file

diff --git a/addon/globalPlugins/placeMarkers.py 
b/addon/globalPlugins/placeMarkers.py
index 1ad7f9a..db33847 100755
--- a/addon/globalPlugins/placeMarkers.py
+++ b/addon/globalPlugins/placeMarkers.py
@@ -338,6 +338,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
                # Translators: title of a dialog presented to save a string for 
specific search.
                _("Save text for specific search"),
                defaultValue=lastSpecificFindText)
+               d.Center(wx.BOTH | wx.CENTER_ON_SCREEN)
                def callback(result):
                        if result == wx.ID_OK:
                                # Make sure this happens after focus returns to 
the document.

Repository URL: https://bitbucket.org/nvdaaddonteam/placemarkers/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/placeMarkers: norrumar: Centering Save Specific Search Dialog. - commits-noreply