Re: Bug list - new entries

2001-09-04 Thread Allan Rae
On Mon, 3 Sep 2001, Dekel Tsur wrote: On Mon, Sep 03, 2001 at 03:46:57PM +0100, Angus Leeming wrote: So the real fix is to add a minipagebg to the enum in LColor.h, to initialise it in LColor.C and to use it in the InsetMinipage c-tor (insetminipage.C)

Re: Bug list - new entries

2001-09-04 Thread Allan Rae
On Mon, 3 Sep 2001, Dekel Tsur wrote: > On Mon, Sep 03, 2001 at 03:46:57PM +0100, Angus Leeming wrote: > > So the real fix is to add a minipagebg to the enum in LColor.h, to initialise > > it in LColor.C and to use it in the InsetMinipage c-tor (insetminipage.C) > >

Bug list - new entries

2001-09-03 Thread Michael Schmitt
Hi, below please find the first part of a list of new bug reports (more to come soon): Michael - Please choose a brighter green as background color for minipages - There are still infinite table repaintings if the width of the table is almost equal to the LyX window size (for details see

Re: Bug list - new entries

2001-09-03 Thread Andre Poenitz
On Mon, Sep 03, 2001 at 02:12:14PM +0200, Michael Schmitt wrote: - Please choose a brighter green as background color for minipages Why? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Bug list - new entries

2001-09-03 Thread Michael Schmitt
On Mon, 3 Sep 2001, Andre Poenitz wrote: On Mon, Sep 03, 2001 at 02:12:14PM +0200, Michael Schmitt wrote: - Please choose a brighter green as background color for minipages Why? It hurts me eyes :-) The regular background color is white whereas the green chosen for minipages is rather

Re: Bug list - new entries

2001-09-03 Thread Angus Leeming
On Monday 03 September 2001 15:37, Michael Schmitt wrote: On Mon, 3 Sep 2001, Andre Poenitz wrote: On Mon, Sep 03, 2001 at 02:12:14PM +0200, Michael Schmitt wrote: - Please choose a brighter green as background color for minipages Why? It hurts me eyes :-) The regular background

Re: Bug list - new entries

2001-09-03 Thread Dekel Tsur
On Mon, Sep 03, 2001 at 03:46:57PM +0100, Angus Leeming wrote: So the real fix is to add a minipagebg to the enum in LColor.h, to initialise it in LColor.C and to use it in the InsetMinipage c-tor (insetminipage.C) setBackgroundColor(LColor::minipagebg); that way, it's configurable.

Bug list - new entries

2001-09-03 Thread Michael Schmitt
Hi, below please find the first part of a list of new bug reports (more to come soon): Michael - Please choose a brighter green as background color for minipages - There are still infinite table repaintings if the width of the table is almost equal to the LyX window size (for details see

Re: Bug list - new entries

2001-09-03 Thread Andre Poenitz
On Mon, Sep 03, 2001 at 02:12:14PM +0200, Michael Schmitt wrote: > - Please choose a brighter green as background color for minipages Why? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Bug list - new entries

2001-09-03 Thread Michael Schmitt
On Mon, 3 Sep 2001, Andre Poenitz wrote: > On Mon, Sep 03, 2001 at 02:12:14PM +0200, Michael Schmitt wrote: > > - Please choose a brighter green as background color for minipages > > Why? It hurts me eyes :-) The regular background color is white whereas the green chosen for minipages is

Re: Bug list - new entries

2001-09-03 Thread Angus Leeming
On Monday 03 September 2001 15:37, Michael Schmitt wrote: > On Mon, 3 Sep 2001, Andre Poenitz wrote: > > > On Mon, Sep 03, 2001 at 02:12:14PM +0200, Michael Schmitt wrote: > > > - Please choose a brighter green as background color for minipages > > > > Why? > > It hurts me eyes :-) > > The

Re: Bug list - new entries

2001-09-03 Thread Dekel Tsur
On Mon, Sep 03, 2001 at 03:46:57PM +0100, Angus Leeming wrote: > So the real fix is to add a minipagebg to the enum in LColor.h, to initialise > it in LColor.C and to use it in the InsetMinipage c-tor (insetminipage.C) > setBackgroundColor(LColor::minipagebg); > > that way, it's