The attached patch simply reshapes the dialog, making the text boxes wider 
and otherwise making it more similar to its Qt cousin. It therefore fixes 
complaints from the German contingent that they found it hard to edit words 
spanning several paragraphs ;-)

Lars, Ok to apply?

-- 
Angus
Index: src/frontends/xforms/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.656
diff -u -p -r1.656 ChangeLog
--- src/frontends/xforms/ChangeLog	23 Jan 2003 16:23:40 -0000	1.656
+++ src/frontends/xforms/ChangeLog	25 Jan 2003 13:01:40 -0000
@@ -1,3 +1,7 @@
+2003-01-25  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* forms/form_spellchecker.fd: reshape, consistent with its Qt cousin.
+
 2003-01-20  Michael Schmitt  <[EMAIL PROTECTED]>
 
 	* forms/*.fd: Missing colons (':') added to labels,
Index: src/frontends/xforms/forms/form_spellchecker.fd
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/forms/form_spellchecker.fd,v
retrieving revision 1.9
diff -u -p -r1.9 form_spellchecker.fd
--- src/frontends/xforms/forms/form_spellchecker.fd	23 Jan 2003 16:23:41 -0000	1.9
+++ src/frontends/xforms/forms/form_spellchecker.fd	25 Jan 2003 13:01:41 -0000
@@ -9,14 +9,14 @@ SnapGrid: 5
 
 =============== FORM ===============
 Name: form_spellchecker
-Width: 320
-Height: 245
+Width: 385
+Height: 375
 Number of Objects: 13
 
 --------------------
 class: FL_BOX
 type: FLAT_BOX
-box: 0 0 320 245
+box: 0 0 385 375
 boxtype: FL_FLAT_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -34,7 +34,7 @@ argument: 
 --------------------
 class: FL_TEXT
 type: NORMAL_TEXT
-box: 5 198 205 25
+box: 5 298 205 25
 boxtype: FL_FLAT_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
@@ -70,7 +70,7 @@ argument: 0
 --------------------
 class: FL_TEXT
 type: NORMAL_TEXT
-box: 5 25 205 25
+box: 10 25 260 25
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
@@ -88,7 +88,7 @@ argument: 0
 --------------------
 class: FL_INPUT
 type: NORMAL_INPUT
-box: 5 70 205 25
+box: 10 70 260 25
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_TOP_LEFT
@@ -106,7 +106,7 @@ argument: 0
 --------------------
 class: FL_BROWSER
 type: SELECT_BROWSER
-box: 5 125 205 70
+box: 10 125 260 170
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_YELLOW
 alignment: FL_ALIGN_TOP_LEFT
@@ -124,7 +124,7 @@ argument: 0
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 215 10 100 25
+box: 280 25 100 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -142,7 +142,7 @@ argument: 0
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 215 130 100 25
+box: 280 195 100 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -160,7 +160,7 @@ argument: 0
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 215 40 100 25
+box: 280 125 100 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -178,7 +178,7 @@ argument: 0
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 215 100 100 25
+box: 280 160 100 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -196,7 +196,7 @@ argument: 0
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 225 215 90 25
+box: 280 345 100 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -214,7 +214,7 @@ argument: 0
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 215 70 100 25
+box: 280 70 100 25
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -232,7 +232,7 @@ argument: 0
 --------------------
 class: FL_VALSLIDER
 type: HOR_FILL_SLIDER
-box: 5 220 205 20
+box: 5 320 265 20
 boxtype: FL_FRAME_BOX
 colors: FL_COL1 FL_YELLOW
 alignment: FL_ALIGN_CENTER

Reply via email to