Am Freitag, 7. September 2001 17:02 schrieb Michael Schmitt:
> Ok, but the box should not start at x=10 because that is where the
> frame is printed. Could somebody be so kind and test whether 11 or 12
> instead of 10 in line 271 looks better?

Well, that's what I did first (starting at 15 because fdesign handles 
5-steps only), but Angus complained that the word "Language:" didn't 
fit in anymore on his machine. I can't check this because my font 
setting seem to be different.
Anyway, the attached patch reduces the field from 85 to 84 pixels. If 
Angus is willing to check and apply this, your eyes will (hopefully) be 
satisified.
If 84 pixels are too less, the only way would be to enlarge the whole 
dialog, but this is too much work for eyecandy IMHO.

Thanks,
Jürgen

> Michael
Index: src/frontends/xforms/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.148
diff -u -r1.148 ChangeLog
--- src/frontends/xforms/ChangeLog	2001/09/07 11:53:12	1.148
+++ src/frontends/xforms/ChangeLog	2001/09/07 15:37:04
@@ -1,3 +1,16 @@
+2001-09-07  Jürgen Spitzmüller  <[EMAIL PROTECTED]>
+
+	* forms/form_character.fd: another small cosmetics at the "Language:"
+	label.
+
+2001-09-06  Jürgen Spitzmüller  <[EMAIL PROTECTED]>
+
+	* forms/form_character.fd: small cosmetics (aligned "Language:" right
+	as suggested in Michael's Buglist).
+
 2001-09-07  Rob Lahaye  <[EMAIL PROTECTED]>
 
 	* FormBase.C (show): use controller_.IconifyWithMain() to control
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/form_character.C,v
retrieving revision 1.6
diff -u -r1.6 form_character.C
--- src/frontends/xforms/form_character.C	2001/09/07 11:53:12	1.6
+++ src/frontends/xforms/form_character.C	2001/09/07 15:37:06
@@ -125,7 +125,7 @@
   obj = fl_add_labelframe(FL_ENGRAVED_FRAME, 10, 325, 280, 45, _("These are always toggled"));
     fl_set_object_lstyle(obj, FL_BOLD_STYLE);
     fl_set_object_gravity(obj, FL_NorthWest, FL_NorthEast);
-  obj = fl_add_text(FL_NORMAL_TEXT, 10, 170, 85, 40, _("Language:"));
+  obj = fl_add_text(FL_NORMAL_TEXT, 11, 170, 84, 40, _("Language:"));
     fl_set_object_lsize(obj, FL_NORMAL_SIZE);
     fl_set_object_lalign(obj, FL_ALIGN_RIGHT|FL_ALIGN_INSIDE);
   fl_end_form();
Index: src/frontends/xforms/forms/form_character.fd
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/forms/form_character.fd,v
retrieving revision 1.6
diff -u -r1.6 form_character.fd
--- src/frontends/xforms/forms/form_character.fd	2001/09/07 11:53:12	1.6
+++ src/frontends/xforms/forms/form_character.fd	2001/09/07 15:37:06
@@ -268,7 +268,7 @@
 --------------------
 class: FL_TEXT
 type: NORMAL_TEXT
-box: 10 170 85 40
+box: 11 170 84 40
 boxtype: FL_FLAT_BOX
 colors: FL_COL1 FL_MCOL
 alignment: FL_ALIGN_RIGHT|FL_ALIGN_INSIDE

Reply via email to