mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
two small patches
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3527 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d672af78a8
commit
f7d7339688
@ -2,7 +2,6 @@
|
||||
|
||||
* FormMinipage.C: return SMI_VALID on other form changes
|
||||
|
||||
2002-02-10 Rob Lahaye <lahaye@users.sourceforge.net>
|
||||
2002-02-11 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* FormParagraph.C (update): [VSpace:] Delete the special method
|
||||
@ -11,6 +10,7 @@
|
||||
Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
|
||||
and updateWidgetsFromLength.
|
||||
|
||||
2002-02-10 Rob Lahaye <lahaye@users.sourceforge.net>
|
||||
|
||||
* forms/form_external.fd:
|
||||
* form_external.C: change color2 of a few buttons into the
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-02-11 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* insetnote.C: use notebg for background
|
||||
|
||||
2002-02-08 Herbert Voss <voss@lyx.org>
|
||||
|
||||
* insetgraphic.C:
|
||||
|
@ -35,7 +35,7 @@ void InsetNote::init()
|
||||
font.decSize();
|
||||
font.setColor(LColor::note);
|
||||
setLabelFont(font);
|
||||
setBackgroundColor(LColor::note);
|
||||
setBackgroundColor(LColor::notebg);
|
||||
setLabel(_("note"));
|
||||
setInsetName("Note");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user