Re: Backup dialog window: bad size
От
Guillaume Lelarge
Тема
Re: Backup dialog window: bad size
Дата
Msg-id
457DF60E.3020908@lelarge.info
Ответ на
Re: Backup dialog window: bad size (Dave Page)
Список
Дерево обсуждения
Backup dialog window: bad size Laurent ROCHE <laurent_roche@yahoo.com>
Re: Backup dialog window: bad size Dave Page <dpage@postgresql.org>
Re: Backup dialog window: bad size Guillaume Lelarge <guillaume@lelarge.info>
Re: Backup dialog window: bad size Dave Page <dpage@postgresql.org>
Dave Page a écrit :
> Laurent ROCHE wrote:
>> And in French language, the options group box is too small: the text
>> for the checboxes labels is over the right side of the box.
>
> Guillaume; can that be fixed in the translation, or do we need to hack
> the dialogue about?
>
We can fix a string to lower its size but we would still need to hack
the dialog. I attached a patch that push the box 10 pixels to the right
(and some other stuff to get them aligned). Apply it if it seems good
enough.
Regards.
--
Guillaume.
Index: src/ui/frmBackup.xrc
===================================================================
--- src/ui/frmBackup.xrc (révision 5787)
+++ src/ui/frmBackup.xrc (copie de travail)
@@ -2,7 +2,7 @@
Backup
- 200,153d
+ 210,153d
1
@@ -18,11 +18,11 @@
65,5d
- 130,-1d
+ 140,-1d
...
- 200,5d
+ 210,5d
15,-1d
@@ -35,7 +35,7 @@
0
1
5,20d
- 210,-1d
+ 220,-1d
@@ -62,7 +62,7 @@
PLAIN options
- 100,55d
+ 110,55d
115,86d
@@ -145,4 +145,4 @@
0
-
\ Pas de fin de ligne à la fin du fichier
+
В списке pgadmin-support по дате отправления