thank you very much for the nice redesign of the spell checker dialog. The arrangement of the buttons makes much more sense now!
Unfortunately, in the thesaurus dialog, you have removed some of the dearly beloved colons which I have introduced for consistency reasons (they are used in all other dialogs). Attached please find another patch for the dialog that re-introduces them and shrinks the xforms dialog to a reasonable size at the same time (#829; no changes to the overall layout).
Please have a look at the patch and apply it if it's OK.
Kind regards, Michael
Index: lyx-devel-1.3.Xcvs/src/frontends/qt2/ui/QThesaurusDialogBase.ui =================================================================== RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ui/QThesaurusDialogBase.ui,v retrieving revision 1.1 diff -u -r1.1 QThesaurusDialogBase.ui --- lyx-devel-1.3.Xcvs/src/frontends/qt2/ui/QThesaurusDialogBase.ui 2003/01/13 10:33:23 1.1 +++ lyx-devel-1.3.Xcvs/src/frontends/qt2/ui/QThesaurusDialogBase.ui 2003/01/26 +21:45:09 @@ -57,7 +57,7 @@ </property> <property stdset="1"> <name>text</name> - <string>&Keyword</string> + <string>&Keyword:</string> </property> <property> <name>buddy</name> @@ -107,7 +107,7 @@ <column> <property> <name>text</name> - <string>Thesaurus entries</string> + <string>Thesaurus entries:</string> </property> <property> <name>clickable</name> @@ -154,7 +154,7 @@ </property> <property stdset="1"> <name>text</name> - <string>&Selection</string> + <string>&Selection:</string> </property> <property> <name>buddy</name> Index: lyx-devel-1.3.Xcvs/src/frontends/xforms/forms/form_thesaurus.fd =================================================================== RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/forms/form_thesaurus.fd,v retrieving revision 1.6 diff -u -r1.6 form_thesaurus.fd --- lyx-devel-1.3.Xcvs/src/frontends/xforms/forms/form_thesaurus.fd 2003/01/26 16:58:37 1.6 +++ lyx-devel-1.3.Xcvs/src/frontends/xforms/forms/form_thesaurus.fd 2003/01/26 +21:45:18 @@ -9,14 +9,14 @@ =============== FORM =============== Name: form_thesaurus -Width: 465 -Height: 450 +Width: 370 +Height: 390 Number of Objects: 6 -------------------- class: FL_BOX type: UP_BOX -box: 0 0 465 450 +box: 0 0 370 390 boxtype: FL_UP_BOX colors: FL_COL1 FL_COL1 alignment: FL_ALIGN_CENTER @@ -34,7 +34,7 @@ -------------------- class: FL_BUTTON type: NORMAL_BUTTON -box: 355 375 100 30 +box: 260 315 100 30 boxtype: FL_UP_BOX colors: FL_COL1 FL_COL1 alignment: FL_ALIGN_CENTER @@ -52,7 +52,7 @@ -------------------- class: FL_BUTTON type: NORMAL_BUTTON -box: 355 410 100 30 +box: 260 350 100 30 boxtype: FL_UP_BOX colors: FL_COL1 FL_COL1 alignment: FL_ALIGN_CENTER @@ -70,14 +70,14 @@ -------------------- class: FL_INPUT type: NORMAL_INPUT -box: 70 10 315 25 +box: 70 10 175 25 boxtype: FL_DOWN_BOX colors: FL_COL1 FL_MCOL alignment: FL_ALIGN_LEFT style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: Keyword +label: Keyword: shortcut: resize: FL_RESIZE_ALL gravity: FL_NorthWest FL_NorthWest @@ -88,14 +88,14 @@ -------------------- class: FL_INPUT type: NORMAL_INPUT -box: 90 375 260 30 +box: 80 315 175 30 boxtype: FL_DOWN_BOX colors: FL_COL1 FL_MCOL alignment: FL_ALIGN_LEFT style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: Selection|#S +label: Selection:|#S shortcut: resize: FL_RESIZE_ALL gravity: FL_NorthWest FL_NorthWest @@ -106,14 +106,14 @@ -------------------- class: FL_BROWSER type: SELECT_BROWSER -box: 15 60 440 305 +box: 15 60 345 245 boxtype: FL_DOWN_BOX colors: FL_COL1 FL_YELLOW alignment: FL_ALIGN_TOP_LEFT style: FL_NORMAL_STYLE size: FL_NORMAL_SIZE lcol: FL_BLACK -label: Thesaurus entries +label: Thesaurus entries: shortcut: resize: FL_RESIZE_ALL gravity: FL_NoGravity FL_NoGravity