Angus Leeming wrote:

> 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?

While I was at it, I also had a look at bug 829. The attached patch doesn't 
shrink the thesaurus dialog, but does reshape it a little. The spellchecker 
and thesaurus dialogs in the xforms and Qt frontends are now similar.

Ok?

-- 
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:31:07 -0000
@@ -1,3 +1,9 @@
+2003-01-25  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* forms/form_spellchecker.fd:
+	* forms/form_thesaurus.fd: reshape a little, consistent with their
+	Qt cousins.
+
 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:31:08 -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
Index: src/frontends/xforms/forms/form_thesaurus.fd
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/forms/form_thesaurus.fd,v
retrieving revision 1.5
diff -u -p -r1.5 form_thesaurus.fd
--- src/frontends/xforms/forms/form_thesaurus.fd	23 Jan 2003 16:23:41 -0000	1.5
+++ src/frontends/xforms/forms/form_thesaurus.fd	25 Jan 2003 13:31:08 -0000
@@ -52,7 +52,7 @@ argument: 0
 --------------------
 class: FL_BUTTON
 type: NORMAL_BUTTON
-box: 180 410 100 30
+box: 355 410 100 30
 boxtype: FL_UP_BOX
 colors: FL_COL1 FL_COL1
 alignment: FL_ALIGN_CENTER
@@ -70,14 +70,14 @@ argument: 0
 --------------------
 class: FL_INPUT
 type: NORMAL_INPUT
-box: 60 10 315 25
+box: 70 10 315 25
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Entry:
+label: Keyword
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NorthWest FL_NorthWest
@@ -88,14 +88,14 @@ argument: 0
 --------------------
 class: FL_INPUT
 type: NORMAL_INPUT
-box: 75 375 260 30
+box: 90 375 260 30
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_LEFT
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Selection:
+label: Selection|#S
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NorthWest FL_NorthWest
@@ -106,14 +106,14 @@ argument: 0
 --------------------
 class: FL_BROWSER
 type: SELECT_BROWSER
-box: 15 50 440 305
+box: 15 60 440 305
 boxtype: FL_DOWN_BOX
 colors: FL_COL1 FL_YELLOW
-alignment: FL_ALIGN_BOTTOM
+alignment: FL_ALIGN_TOP_LEFT
 style: FL_NORMAL_STYLE
-size: FL_DEFAULT_SIZE
+size: FL_NORMAL_SIZE
 lcol: FL_BLACK
-label: Meanings|#M
+label: Thesaurus entries
 shortcut: 
 resize: FL_RESIZE_ALL
 gravity: FL_NoGravity FL_NoGravity

Reply via email to