mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 20:32:49 +00:00
J�rgen Spitzm�ller's character dialog patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2705 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3fa23f57be
commit
4a5f988d39
@ -14,6 +14,11 @@
|
||||
|
||||
* FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
|
||||
|
||||
2001-09-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* forms/form_character.fd: small cosmetics (aligned "Language:" right
|
||||
as suggested in Michael's Buglist).
|
||||
|
||||
2001-09-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* Toolbar_pimpl.C (updateLayoutList): do not display obsolete
|
||||
|
@ -127,7 +127,7 @@ FD_form_character * FormCharacter::build_character()
|
||||
fl_set_object_gravity(obj, FL_NorthWest, FL_NorthEast);
|
||||
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_set_object_lalign(obj, FL_ALIGN_RIGHT|FL_ALIGN_INSIDE);
|
||||
fl_end_form();
|
||||
|
||||
fdui->form->fdui = fdui;
|
||||
|
@ -271,7 +271,7 @@ type: NORMAL_TEXT
|
||||
box: 10 170 85 40
|
||||
boxtype: FL_FLAT_BOX
|
||||
colors: FL_COL1 FL_MCOL
|
||||
alignment: FL_ALIGN_LEFT|FL_ALIGN_INSIDE
|
||||
alignment: FL_ALIGN_RIGHT|FL_ALIGN_INSIDE
|
||||
style: FL_NORMAL_STYLE
|
||||
size: FL_NORMAL_SIZE
|
||||
lcol: FL_BLACK
|
||||
|
Loading…
Reference in New Issue
Block a user