CVS Commit by andreas: resource fixes
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by andreas: resource fixes
Log Message:
-----------
resource fixes
Modified Files:
--------------
pgadmin3/src/ui/common:
dlgConnect.xrc (r1.1 -> r1.2)
dlgForeignKey.xrc (r1.8 -> r1.9)
dlgRule.xrc (r1.7 -> r1.8)
dlgServer.xrc (r1.2 -> r1.3)
dlgStep.xrc (r1.2 -> r1.3)
dlgTrigger.xrc (r1.8 -> r1.9)
dlgType.xrc (r1.11 -> r1.12)
frmBackup.xrc (r1.4 -> r1.5)
frmMaintenance.xrc (r1.6 -> r1.7)
frmOptions.xrc (r1.29 -> r1.30)
Index: dlgType.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/dlgType.xrc,v
retrieving revision 1.11
retrieving revision 1.12
diff -Lsrc/ui/common/dlgType.xrc -Lsrc/ui/common/dlgType.xrc -u -w -r1.11 -r1.12
--- src/ui/common/dlgType.xrc
+++ src/ui/common/dlgType.xrc
@@ -43,7 +43,8 @@
<item>External</item>
</content>
<pos>70,50d</pos>
- <size>135,24d</size>
+ <size>135,-1d</size>
+ <dimension>1</dimension>
<style>wxRA_SPECIFY_ROWS</style>
</object>
<object class="wxStaticText" name="stComment">
Index: dlgServer.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/dlgServer.xrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lsrc/ui/common/dlgServer.xrc -Lsrc/ui/common/dlgServer.xrc -u -w -r1.2 -r1.3
--- src/ui/common/dlgServer.xrc
+++ src/ui/common/dlgServer.xrc
@@ -44,7 +44,7 @@
</object>
<object class="wxComboBox" name="cbSSL">
<pos>120,50d</pos>
- <size>85,-1d</size>
+ <size>85,12d</size>
<style>wxCB_READONLY|wxCB_DROPDOWN</style>
<content/>
</object>
@@ -54,7 +54,7 @@
</object>
<object class="wxComboBox" name="cbDatabase">
<pos>70,65d</pos>
- <size>135,-1d</size>
+ <size>135,12d</size>
<content/>
<style>wxCB_DROPDOWN</style>
</object>
Index: dlgStep.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/dlgStep.xrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lsrc/ui/common/dlgStep.xrc -Lsrc/ui/common/dlgStep.xrc -u -w -r1.2 -r1.3
--- src/ui/common/dlgStep.xrc
+++ src/ui/common/dlgStep.xrc
@@ -55,8 +55,9 @@
</content>
<selection>0</selection>
<pos>5,67d</pos>
- <size>95,38d</size>
+ <size>95,-1d</size>
<label>Kind</label>
+ <dimension>1</dimension>
<style>wxRA_SPECIFY_COLS</style>
</object>
<object class="wxRadioBox" name="rbxOnError">
@@ -68,7 +69,8 @@
<item>Succeed</item>
<item>Ignore</item>
</content>
- <size>100,50d</size>
+ <size>100,-1d</size>
+ <dimension>1</dimension>
<style>wxRA_SPECIFY_COLS</style>
</object>
<object class="wxStaticText" name="stComment">
Index: frmOptions.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/frmOptions.xrc,v
retrieving revision 1.29
retrieving revision 1.30
diff -Lsrc/ui/common/frmOptions.xrc -Lsrc/ui/common/frmOptions.xrc -u -w -r1.29 -r1.30
--- src/ui/common/frmOptions.xrc
+++ src/ui/common/frmOptions.xrc
@@ -17,7 +17,7 @@
<object class="wxComboBox" name="cbLanguage">
<content/>
<pos>70,5d</pos>
- <size>160,-1d</size>
+ <size>160,12d</size>
<style>wxCB_READONLY|wxCB_DROPDOWN</style>
</object>
<object class="wxStaticText" name="stSqlHelpSite">
@@ -176,6 +176,7 @@
<item>&Debug (not recommended for normal use)</item>
</content>
<selection>2</selection>
+ <dimension>1</dimension>
<pos>25,35d</pos>
<style>wxRA_SPECIFY_COLS</style>
<tooltip>Select the level of detail to record in the logfile.</tooltip>
Index: frmBackup.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/frmBackup.xrc,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lsrc/ui/common/frmBackup.xrc -Lsrc/ui/common/frmBackup.xrc -u -w -r1.4 -r1.5
--- src/ui/common/frmBackup.xrc
+++ src/ui/common/frmBackup.xrc
@@ -33,10 +33,10 @@
<item>PLAIN</item>
</content>
<selection>0</selection>
- <dimension>3</dimension>
+ <dimension>1</dimension>
<pos>5,20d</pos>
- <size>210,27d</size>
- <style>wxRA_SPECIFY_COLS</style>
+ <size>210,-1d</size>
+ <style>wxRA_SPECIFY_ROWS</style>
</object>
<object class="wxCheckBox" name="chkBlobs">
<label>Blobs</label>
Index: dlgTrigger.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/dlgTrigger.xrc,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lsrc/ui/common/dlgTrigger.xrc -Lsrc/ui/common/dlgTrigger.xrc -u -w -r1.8 -r1.9
--- src/ui/common/dlgTrigger.xrc
+++ src/ui/common/dlgTrigger.xrc
@@ -62,7 +62,8 @@
</content>
<selection>0</selection>
<pos>70,77d</pos>
- <size>135,24d</size>
+ <size>135,-1d</size>
+ <dimension>1</dimension>
<style>wxRA_SPECIFY_ROWS</style>
</object>
<object class="wxStaticText" name="stEvents">
Index: dlgRule.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/dlgRule.xrc,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lsrc/ui/common/dlgRule.xrc -Lsrc/ui/common/dlgRule.xrc -u -w -r1.7 -r1.8
--- src/ui/common/dlgRule.xrc
+++ src/ui/common/dlgRule.xrc
@@ -41,7 +41,8 @@
<item>DELETE</item>
</content>
<pos>70,33d</pos>
- <size>135,58d</size>
+ <dimension>1</dimension>
+ <size>135,-1d</size>
<style>wxRA_SPECIFY_COLS</style>
</object>
<object class="wxStaticText" name="stDoInstead">
Index: dlgConnect.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/dlgConnect.xrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/ui/common/dlgConnect.xrc -Lsrc/ui/common/dlgConnect.xrc -u -w -r1.1 -r1.2
--- src/ui/common/dlgConnect.xrc
+++ src/ui/common/dlgConnect.xrc
@@ -15,7 +15,7 @@
<style>wxALIGN_CENTRE</style>
</object>
<flag>wxALL|wxALIGN_CENTRE</flag>
- <border>9d</border>
+ <border>6d</border>
</object>
<object class="sizeritem">
<object class="wxCheckBox" name="chkNeedPwd">
Index: dlgForeignKey.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/dlgForeignKey.xrc,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lsrc/ui/common/dlgForeignKey.xrc -Lsrc/ui/common/dlgForeignKey.xrc -u -w -r1.8 -r1.9
--- src/ui/common/dlgForeignKey.xrc
+++ src/ui/common/dlgForeignKey.xrc
@@ -126,6 +126,7 @@
<item>SET DEFAULT</item>
</content>
<pos>5,24d</pos>
+ <dimension>1</dimension>
<style>wxRA_SPECIFY_COLS</style>
</object>
<object class="wxRadioBox" name="rbOnDelete">
@@ -137,6 +138,7 @@
<item>SET DEFAULT</item>
</content>
<pos>106,24d</pos>
+ <dimension>1</dimension>
<style>wxRA_SPECIFY_COLS</style>
</object>
</object>
Index: frmMaintenance.xrc
===================================================================
RCS file: /projects/pgadmin3/src/ui/common/frmMaintenance.xrc,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lsrc/ui/common/frmMaintenance.xrc -Lsrc/ui/common/frmMaintenance.xrc -u -w -r1.6 -r1.7
--- src/ui/common/frmMaintenance.xrc
+++ src/ui/common/frmMaintenance.xrc
@@ -22,8 +22,9 @@
<selection>0</selection>
<dimension>3</dimension>
<pos>5,5d</pos>
- <size>180,27d</size>
- <style>wxRA_SPECIFY_COLS</style>
+ <size>180,-1d</size>
+ <dimension>1</dimension>
+ <style>wxRA_SPECIFY_ROWS</style>
</object>
<object class="wxStaticBox" name="sbxOptions">
<label>VACUUM options</label>
Home |
Main Index |
Thread Index