Dave Page a écrit :
Guillaume Lelarge wrote:
I can take care of this :
 - update the button's title ;
 - grow the Replace button.
Dave, do you agree on this ?


Sure, go ahead.


Here it is.

Regards.


--
Guillaume.
<!-- http://abs.traduc.org/
     http://lfs.traduc.org/
     http://docs.postgresqlfr.org/ -->
Index: pgadmin/ui/dlgFindReplace.xrc
===================================================================
--- pgadmin/ui/dlgFindReplace.xrc	(révision 6319)
+++ pgadmin/ui/dlgFindReplace.xrc	(copie de travail)
@@ -5,8 +5,9 @@
     <size>300,166d</size>
     <style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSYSTEM_MENU|wxTHICK_FRAME</style>
     <object class="wxButton" name="wxID_CANCEL">
-      <label>&amp;Cancel</label>
-      <pos>246,149d</pos>
+      <label>&amp;Close</label>
+      <pos>221,149d</pos>
+      <size>75,15d</size>
       <tooltip>Close the dialog</tooltip>
     </object>
     <object class="wxButton" name="wxID_FIND">
@@ -31,19 +32,21 @@
     <object class="wxStaticText" name="lblFind">
       <label>Find what:</label>
       <pos>5,9d</pos>
+      <size>60,15d</size>
     </object>
     <object class="wxTextCtrl" name="txtFind">
-      <pos>55, 7d</pos>
-      <size>155,12d</size>
+      <pos>65, 7d</pos>
+      <size>145,12d</size>
       <tooltip>Enter the string to search for</tooltip>
     </object>
     <object class="wxStaticText" name="lblReplace">
       <label>Replace with:</label>
       <pos>5,29d</pos>
+      <size>60,15d</size>
     </object>
     <object class="wxTextCtrl" name="txtReplace">
-      <pos>55, 27d</pos>
-      <size>155,12d</size>
+      <pos>65, 27d</pos>
+      <size>145,12d</size>
       <tooltip>Enter the replacement text</tooltip>
     </object>
     <object class="wxStaticBox" name="sbOrigin">
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to