Cosmetic change to the Language label in the character dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2516 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-08-15 16:30:25 +00:00
parent f3d170c15a
commit 7f506870ce
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-08-15 Angus Leeming <a.leeming@ic.ac.uk>
* forms/form_character.fd: small adjustment to the position of John's
extra Language label.
2001-08-09 André Pönitz <poenitz@htwm.de>
* FormMathsDelim.C: renamed some delimiter parameters.

View File

@ -125,7 +125,7 @@ FD_form_character * FormCharacter::build_character()
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, 25, 170, 70, 40, _("Language:"));
obj = fl_add_text(FL_NORMAL_TEXT, 10, 170, 85, 40, _("Language:"));
fl_set_object_lsize(obj, FL_NORMAL_SIZE);
fl_set_object_lalign(obj, FL_ALIGN_LEFT|FL_ALIGN_INSIDE);
fl_end_form();

View File

@ -268,7 +268,7 @@ argument:
--------------------
class: FL_TEXT
type: NORMAL_TEXT
box: 25 170 70 40
box: 10 170 85 40
boxtype: FL_FLAT_BOX
colors: FL_COL1 FL_MCOL
alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE