Log Message:
-----------
StatusBar for frmStatus

Modified Files:
--------------
    pgadmin3/src/ui/common:
        frmStatus.xrc (r1.12 -> r1.13)

Index: frmStatus.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/frmStatus.xrc,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lsrc/ui/common/frmStatus.xrc -Lsrc/ui/common/frmStatus.xrc -u -w -r1.12 -r1.13
--- src/ui/common/frmStatus.xrc
+++ src/ui/common/frmStatus.xrc
@@ -6,7 +6,7 @@
     
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxRESIZE_BOX|wxTHICK_FRAME</style>
     <object class="wxFlexGridSizer">
       <cols>1</cols>
-      <rows>2</rows>
+      <rows>3</rows>
       <object class="sizeritem">
         <object class="wxNotebook" name="nbStatus">
           <pos>2,24d</pos>
@@ -187,6 +187,12 @@
       </object>
       <growablecols>0</growablecols>
       <growablerows>0</growablerows>
+      <object class="sizeritem">
+        <object class="unknown" name="unkStatusBar">
+          <size>-1,15d</size>
+        </object>
+        <flag>wxGROW</flag>
+      </object>
     </object>
   </object>
 </resource>
\ No newline at end of file
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to